mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "gotosocial-frontend",
|
|
"version": "0.5.0",
|
|
"description": "GoToSocial frontend sources",
|
|
"main": "index.js",
|
|
"author": "f0x",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"lint": "eslint",
|
|
"build": "node index.js",
|
|
"dev": "NODE_ENV=development node index.js",
|
|
"prepare": "ts-patch install"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.6",
|
|
"ariakit": "^2.0.0-next.41",
|
|
"get-by-dot": "^1.0.2",
|
|
"glob": "^11.0.0",
|
|
"html-to-text": "^9.0.5",
|
|
"is-valid-domain": "^0.1.6",
|
|
"js-file-download": "^0.4.12",
|
|
"langs": "^2.0.0",
|
|
"match-sorter": "^6.3.1",
|
|
"modern-normalize": "^1.1.0",
|
|
"nanoid": "^4.0.0",
|
|
"object-to-formdata": "^4.4.2",
|
|
"papaparse": "^5.3.2",
|
|
"parse-link-header": "^2.0.0",
|
|
"photoswipe": "^5.3.3",
|
|
"photoswipe-dynamic-caption-plugin": "^1.2.7",
|
|
"plyr": "^3.7.8",
|
|
"psl": "^1.9.0",
|
|
"re2js": "^0.4.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-redux": "^8.1.3",
|
|
"redux": "^4.2.0",
|
|
"redux-persist": "^6.0.0",
|
|
"sanitize-html": "^2.13.0",
|
|
"skulk": "^0.1.0",
|
|
"wouter": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/preset-env": "^7.24.4",
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@babel/preset-typescript": "^7.24.1",
|
|
"@browserify/envify": "^6.0.0",
|
|
"@browserify/uglifyify": "^6.0.0",
|
|
"@f0x52/eslint-config": "^2.0.11",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/is-valid-domain": "^0.0.2",
|
|
"@types/papaparse": "^5.3.9",
|
|
"@types/parse-link-header": "^2.0.3",
|
|
"@types/psl": "^1.1.1",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/sanitize-html": "^2.11.0",
|
|
"@types/semver": "^7.5.8",
|
|
"autoprefixer": "^10.4.19",
|
|
"babelify": "^10.0.0",
|
|
"css-extract": "^2.0.0",
|
|
"eslint": "^9.14.0",
|
|
"eslint-plugin-license-header": "^0.6.0",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"factor-bundle": "^2.5.0",
|
|
"icssify": "^2.0.0",
|
|
"postcss": "^8.4.18",
|
|
"postcss-custom-prop-vars": "^0.0.5",
|
|
"postcss-import": "^15.0.0",
|
|
"postcss-nested": "^6.0.0",
|
|
"ts-patch": "^3.2.1",
|
|
"tsify": "^5.0.4",
|
|
"typescript": "^5.6.3",
|
|
"typia": "^6.11.3"
|
|
}
|
|
}
|