-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "cws-react-node",
"version": "0.1.0",
"private": true,
"dependencies": {
"ag-grid-community": "^20.1.0",
"ag-grid-react": "^20.1.1",
"bootstrap": "^4.3.1",
"firebase": "^5.8.6",
"firebase-tools": "^7.3.2",
"lodash": "^4.17.15",
"react": "^16.8.3",
"react-bootstrap": "^1.0.0-beta.5",
"react-datepicker": "^2.9.6",
"react-dom": "^16.8.3",
"react-icons": "^3.7.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.1.1",
"react-select": "^3.0.4",
"react-sidebar": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.10.0",
"enzyme-adapter-react-15": "^1.4.1",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"firebase-mock": "^2.2.10",
"jest-enzyme": "^7.1.1",
"jsdom": "15.2.0",
"jsdom-global": "3.0.2"
}
}