-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.2.1",
"carbon-components": "^10.1.0",
"carbon-components-react": "^7.1.0",
"carbon-icons": "^7.0.7",
"font-awesome": "^4.7.0",
"html2canvas": "^1.0.0-rc.1",
"joi-browser": "^13.4.0",
"jspdf": "^1.5.3",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"raven-js": "^3.27.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-toastify": "^5.0.1",
"reactstrap": "^7.1.0"
},
"scripts": {
"client": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:5000/",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}