This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.27 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
{
"name": "hero_engineer_frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/colors": "^5.0.1",
"@ant-design/icons": "^4.1.0",
"@ctrl/tinycolor": "^3.3.1",
"@reduxjs/toolkit": "^1.3.5",
"@types/classnames": "^2.2.9",
"@types/history": "^4.7.5",
"@types/jest": "24.0.18",
"@types/jwt-decode": "^2.2.1",
"@types/node": "12.7.2",
"@types/parse-link-header": "^1.0.0",
"@types/react": "16.9.34",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "16.9.0",
"@types/react-paginate": "^6.2.1",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.4",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/webpack-env": "^1.14.0",
"antd": "^4.1.5",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.0",
"classnames": "^2.2.6",
"customize-cra": "^1.0.0-alpha.0",
"file-saver": "^2.0.2",
"history": "^4.10.1",
"jquery": "^3.5.1",
"js-file-download": "^0.4.12",
"jwt-decode": "^2.2.0",
"node-sass": "^4.14.0",
"parse-link-header": "^1.0.1",
"react": "^16.9.0",
"react-app-rewired": "^2.1.5",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.9.0",
"react-markdown": "^4.1.0",
"react-paginate": "^6.3.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"rgbcolor": "^1.0.1",
"stackblur-canvas": "^2.3.0",
"svg.js": "^2.7.1",
"typescript": "3.5.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"format": "prettier --write \"src/**/*\""
},
"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/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"less-loader": "^6.0.0",
"prettier": "^1.18.2"
}
}