-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "doc-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"draft-js": "^0.10.5",
"express": "^4.16.2",
"helmet": "^3.11.0",
"normalize.css": "^7.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-saga": "^0.2.6",
"react-scripts": "1.1.0",
"redux": "^3.7.2"
},
"scripts": {
"start": "react-scripts start",
"lint": "eslint src/",
"flow": "flow",
"flow-typed": "flow-typed install",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.16.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"flow-bin": "^0.69.0",
"flow-typed": "^2.6.1",
"nodemon": "^1.17.3"
}
}