-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "dynamic-forms",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"catalog": "^3.6.0",
"firebase": "^5.3.0",
"lodash": "^4.17.11",
"material-ui": "^0.20.2",
"materialize-css": "^1.0.0-rc.2",
"moment": "^2.23.0",
"numeral": "^2.0.6",
"react": "^16.7.0",
"react-ace": "^6.4.0",
"react-aztec": "^0.1.36",
"react-dom": "^16.7.0",
"react-fullpage": "^0.1.19",
"react-json-editor-ajrm": "^2.5.9",
"react-json-editor-viewer": "^1.0.4",
"react-redux": "^6.0.0",
"react-redux-firebase": "^2.1.6",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-selectfield": "0.0.4",
"react-split-pane": "^0.1.85",
"redux": "^4.0.0",
"redux-firestore": "^0.5.7",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.3",
"uuid": "^3.3.2",
"validator": "^10.11.0"
},
"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"
]
}