-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.43 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "samuray",
"version": "0.1.0",
"private": true,
"homepage": "https://dartmax.github.io/ReactGalleryTZ04",
"dependencies": {
"@material-ui/core": "^4.9.4",
"@material-ui/lab": "^4.0.0-alpha.57",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/redux-form": "^8.2.5",
"JSON2": "^0.1.0",
"antd": "^4.8.0",
"axios": "^0.19.2",
"bootstrap": "^5.0.0-beta3",
"classnames": "^2.2.6",
"formik": "^2.1.6",
"googleapis": "^71.0.0",
"jest": "^26.6.3",
"json-server": "^0.16.3",
"lodash": "^4.17.21",
"matrix-rotate": "^0.0.2",
"predeploy-builder": "^1.1.0",
"rc-field-form": "^1.13.0",
"react": "^16.14.0",
"react-bootstrap": "^1.5.1",
"react-dom": "^16.14.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"reactstrap": "^8.7.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-form": "^8.3.2",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.26.10",
"styled-components": "^5.2.1",
"three": "^0.126.1",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"fake-json": "json-server ./src/assets/db/db.json --watch --port 4000"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@testing-library/react-hooks": "^3.7.0",
"@types/styled-components": "^5.1.9",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"gh-pages": "^2.2.0",
"react-redux": "^7.2.0",
"react-test-renderer": "^17.0.2",
"request": "^2.88.2",
"styled-component": "^2.8.0",
"ts-node": "^9.1.1"
}
}