mirror of https://github.com/stashapp/stash.git
98 lines
3.2 KiB
JSON
98 lines
3.2 KiB
JSON
{
|
|
"name": "stash",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "yarn lint:css && yarn lint:js",
|
|
"lint:js": "eslint --cache src/**/*.{ts,tsx}",
|
|
"lint:css": "stylelint 'src/**/*.scss'",
|
|
"format": "prettier --write \"src/**/!(generated-graphql).{js,jsx,ts,tsx}\"",
|
|
"gqlgen": "gql-gen --config codegen.yml",
|
|
"extract": "NODE_ENV=development extract-messages -l=en,de -o src/locale -d en --flat false 'src/**/!(*.test).tsx'"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
|
"apollo-cache": "^1.3.4",
|
|
"apollo-cache-inmemory": "^1.6.5",
|
|
"apollo-client": "^2.6.8",
|
|
"apollo-link": "^1.2.13",
|
|
"apollo-link-http": "^1.5.16",
|
|
"apollo-link-ws": "^1.0.19",
|
|
"apollo-utilities": "^1.3.3",
|
|
"axios": "0.18.1",
|
|
"bootstrap": "^4.4.1",
|
|
"classnames": "^2.2.6",
|
|
"formik": "^2.1.2",
|
|
"graphql": "^14.5.8",
|
|
"graphql-tag": "^2.10.1",
|
|
"localforage": "1.7.3",
|
|
"lodash": "^4.17.15",
|
|
"query-string": "6.10.1",
|
|
"react": "~16.12.0",
|
|
"react-apollo": "^3.1.3",
|
|
"react-bootstrap": "^1.0.0-beta.16",
|
|
"react-dom": "16.12.0",
|
|
"react-hotkeys": "^2.0.0",
|
|
"react-images": "0.5.19",
|
|
"react-intl": "^3.12.0",
|
|
"react-jw-player": "1.19.0",
|
|
"react-photo-gallery": "^8.0.0",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-select": "^3.0.8",
|
|
"subscriptions-transport-ws": "^0.9.16",
|
|
"video.js": "^7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/add": "^1.11.2",
|
|
"@graphql-codegen/cli": "^1.11.2",
|
|
"@graphql-codegen/time": "^1.11.2",
|
|
"@graphql-codegen/typescript": "^1.11.2",
|
|
"@graphql-codegen/typescript-compatibility": "^1.11.2",
|
|
"@graphql-codegen/typescript-operations": "^1.11.2",
|
|
"@graphql-codegen/typescript-react-apollo": "^1.11.2",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/jest": "24.0.13",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "13.1.8",
|
|
"@types/react": "16.9.19",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/react-images": "^0.5.1",
|
|
"@types/react-router-bootstrap": "^0.24.5",
|
|
"@types/react-router-dom": "5.1.3",
|
|
"@types/react-select": "^3.0.8",
|
|
"@types/video.js": "^7.2.11",
|
|
"@typescript-eslint/eslint-plugin": "^2.16.0",
|
|
"@typescript-eslint/parser": "^2.16.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-airbnb-typescript": "^6.3.1",
|
|
"eslint-config-prettier": "^6.9.0",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.18.0",
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
"extract-react-intl-messages": "^2.3.5",
|
|
"node-sass": "4.13.1",
|
|
"postcss-safe-parser": "^4.0.1",
|
|
"prettier": "1.19.1",
|
|
"react-scripts": "^3.3.1",
|
|
"stylelint": "^13.0.0",
|
|
"stylelint-order": "^4.0.0",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
}
|