-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "cnode",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "2.1.3"
},
"dependencies": {
"antd": "^3.10.3",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"draftjs-to-markdown": "^0.5.1",
"html-to-draftjs": "^1.4.0",
"immutable": "^3.8.2",
"moment": "^2.22.2",
"react": "^16.7.0",
"react-app-rewired": "^1.6.2",
"react-dom": "^16.7.0",
"react-draft-wysiwyg": "^1.12.13",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.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"
]
}