mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Squashed commits: [e74bbf9] stuff [28476de] stuff [c7efb7b] stuff [2c78f94] stuff [f79338e] stuff [a697876] stuff [85bb60e] stuff [9f108b2] stuff [d8e00c0] stuff [7787ef9] stuff [f7f10b7] stuff [aa266f7] stuff [511ba6b] stuff [7453747] stuff [db55e2d] stuff [b362623] stuff [7288c17] stuff [86638cd] stuff [879dac4] stuff [65a4996] stuff [c6fb361] stuff [d449ce7] stuff [349dffa] stuff [84206ab] stuff [0253c65] stuff [cc0992e] stuff [3289e7d] stuff [d9ab290] stuff [dcc980d] stuff [7787da8] stuff [5bcf7cd] stuff [00e9316] stuff [54c9398] stuff [72b6ee1] stuff [4b4b26c] stuff [4cbdb06] stuff [1a240b3] stuff [650ea08] stuff [37440ef] stuff [9ee66ba] stuff [b430c86] stuff [37159c3] stuff [deba837] stuff [6ac65f6] stuff [a2ca1a1] stuff [c010229] stuff [3fd7306] stuff [cbe6efc] stuff [997a8d0] stuff [d0708a2] stuff [d316aba] stuff [4fe9900] Added initial files
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "stash",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@blueprintjs/core": "3.13.0",
|
|
"@blueprintjs/select": "3.6.1",
|
|
"@types/jest": "24.0.5",
|
|
"@types/lodash": "4.14.121",
|
|
"@types/node": "11.9.4",
|
|
"@types/query-string": "6.2.0",
|
|
"@types/react": "16.8.3",
|
|
"@types/react-dom": "16.8.1",
|
|
"@types/react-router-dom": "4.3.1",
|
|
"apollo-boost": "0.1.28",
|
|
"axios": "0.18.0",
|
|
"bulma": "0.7.4",
|
|
"formik": "1.5.1",
|
|
"graphql": "14.1.1",
|
|
"lodash": "4.17.11",
|
|
"node-sass": "4.11.0",
|
|
"query-string": "6.2.0",
|
|
"react": "16.8.3",
|
|
"react-apollo": "2.4.1",
|
|
"react-apollo-hooks": "0.4.1",
|
|
"react-dom": "16.8.3",
|
|
"react-images": "0.5.19",
|
|
"react-jw-player": "1.19.0",
|
|
"react-photo-gallery": "6.3.2",
|
|
"react-router-dom": "4.3.1",
|
|
"react-scripts": "2.1.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "tslint -c ./tslint.json 'src/**/*.{ts,tsx}'",
|
|
"lint:fix": "tslint --fix -c ./tslint.json 'src/**/*.{ts,tsx}'",
|
|
"gqlgen": "gql-gen --config codegen.yml"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"graphql-code-generator": "0.18.0",
|
|
"graphql-codegen-add": "0.18.0",
|
|
"graphql-codegen-typescript-client": "0.18.0",
|
|
"graphql-codegen-typescript-common": "0.18.0",
|
|
"graphql-codegen-typescript-react-apollo": "0.18.0",
|
|
"graphql-codegen-time": "0.18.0",
|
|
"tslint": "5.13.0",
|
|
"tslint-react": "3.6.0",
|
|
"typescript": "3.3.3"
|
|
}
|
|
} |