stash/ui/v2/package.json

64 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "stash",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-04-02 18:53:25 +00:00
"@blueprintjs/core": "3.15.0",
"@blueprintjs/select": "3.8.0",
"@types/jest": "24.0.11",
"@types/lodash": "4.14.123",
"@types/node": "11.13.0",
"@types/query-string": "6.3.0",
"@types/react": "16.8.10",
"@types/react-dom": "16.8.3",
"@types/react-router-dom": "4.3.1",
2019-04-02 18:53:25 +00:00
"apollo-boost": "0.3.1",
"axios": "0.18.0",
"bulma": "0.7.4",
"formik": "1.5.1",
2019-04-02 18:53:25 +00:00
"graphql": "14.2.1",
2019-04-02 18:34:27 +00:00
"localforage": "1.7.3",
"lodash": "4.17.11",
"node-sass": "4.11.0",
2019-04-02 18:53:25 +00:00
"query-string": "6.4.2",
"react": "16.8.6",
"react-apollo": "2.5.3",
"react-apollo-hooks": "0.4.4",
"react-dom": "16.8.6",
"react-images": "0.5.19",
"react-jw-player": "1.19.0",
"react-photo-gallery": "6.3.2",
2019-04-02 18:53:25 +00:00
"react-router-dom": "5.0.0",
2019-04-02 22:24:21 +00:00
"react-scripts": "2.1.8",
"react-use": "7.3.1"
},
"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",
2019-04-02 18:53:25 +00:00
"tslint": "5.15.0",
"tslint-react": "4.0.0",
"typescript": "3.4.1"
}
}