-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.51 KB
/
package.json
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
{
"name": "bible-timeline-notebook",
"version": "0.1.0",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@material-ui/core": "^3.9.3",
"@types/jest": "^24.9.0",
"@types/node": "^13.1.8",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/yup": "^0.26.27",
"apollo-boost": "^0.4.7",
"axios": "^0.19.1",
"formik": "^1.3.1",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"linkstate": "^1.1.1",
"load-awesome": "^1.1.0",
"prop-types": "^15.7.2",
"raven-js": "^3.27.2",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-collapsible": "^2.6.2",
"react-content-loader": "^4.3.4",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-router-transition": "^1.3.0",
"react-scripts": "3.4.0",
"react-spring": "^9.0.0-beta.34",
"react-toastify": "^5.5.0",
"typescript": "^3.7.5",
"unfetch": "^4.1.0",
"yup": "^0.28.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"gzip": "gzip -k ./build/static/js/*.js && gzip -k ./build/static/css/*.css",
"eject": "react-scripts eject",
"deploy": "npm run build && npm run gzip && gh-pages -d build -b master-build"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"gh-pages": "^1.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}