-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bulletforge-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"@material-ui/styles": "^4.1.1",
"@rails/activestorage": "6.0.0-rc1",
"apollo-boost": "^0.4.3",
"clsx": "^1.0.4",
"formik": "^1.5.7",
"formik-material-ui": "^0.0.18",
"graphql": "^14.3.1",
"graphql-anywhere": "^4.2.4",
"lodash": "^4.17.13",
"notistack": "^0.8.8",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-dom": "^16.8.6",
"react-dropzone-s3-uploader": "^1.1.0",
"react-router-dom": "^5.0.1",
"react-router-prop-types": "^1.0.4",
"react-s3-uploader": "^4.8.0",
"react-scripts": "3.0.1",
"yup": "^0.27.0"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"lint": "eslint .",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-hooks"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-react-app": "^4.0.1",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"eslint-plugin-react-hooks": "^1.6.0"
}
}