mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
9b139b6320
* yakshave new form field structure * fully refactor user profile settings form * use rtk query api for profile settings * refactor user post settings * refactor password change form * refactor admin settings * FormWithData structure for user forms * admin actions refactor * whitespace * fix user settings data prop * remove superfluous logging * cleanup old code * refactor federation/suspend (overview, detail) * mostly abstracted (emoji) checkbox list * refactor parse-from-toot * refactor custom-emoji, progress on federation bulk * loading icon styling to prevent big spinny * refactor federation import-export interface * cleanup old files * [chore] Update/add license headers for 2023 * redux fixes * text-field exports * appease the linter * refactor authentication with RTK Query * fix login/logout state transition weirdness * fixes/cleanup * small linter-related fixes * add eslint license header check, fix existing files * remove old code, clarify comment * clarify suspend on subdomains * collapse if/else * fa-fw width info comment
58 lines
1.6 KiB
JSON
58 lines
1.6 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 . --ext .js,.jsx",
|
|
"build": "node index.js",
|
|
"dev": "NODE_ENV=development node index.js"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.6",
|
|
"ariakit": "^2.0.0-next.41",
|
|
"bluebird": "^3.7.2",
|
|
"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",
|
|
"photoswipe": "^5.3.3",
|
|
"photoswipe-dynamic-caption-plugin": "^1.2.7",
|
|
"photoswipe-video-plugin": "^1.0.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-redux": "^8.0.4",
|
|
"redux": "^4.2.0",
|
|
"redux-persist": "^6.0.0",
|
|
"skulk": "^0.0.6",
|
|
"split-filter-n": "^1.1.3",
|
|
"syncpipe": "^1.0.0",
|
|
"wouter": "^2.8.0-alpha.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.6",
|
|
"@babel/preset-env": "^7.19.4",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@browserify/envify": "^6.0.0",
|
|
"@joepie91/eslint-config": "^1.1.1",
|
|
"autoprefixer": "^10.4.13",
|
|
"babelify": "^10.0.0",
|
|
"css-extract": "^2.0.0",
|
|
"eslint": "^8.26.0",
|
|
"eslint-plugin-license-header": "^0.6.0",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"eslint-plugin-react-hooks": "^4.6.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",
|
|
"uglifyify": "^5.0.2"
|
|
}
|
|
}
|