-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 935 Bytes
/
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"devDependencies": {
"coveralls": "^3.0.0",
"enzyme": "^3.3.0",
"nyc": "^11.6.0",
"react-scripts": "1.1.1"
},
"dependencies": {
"codemirror": "^5.36.0",
"enzyme-adapter-react-16": "^1.1.1",
"jwt-decode": "^2.2.0",
"react": "^16.2.0",
"react-burger-menu": "^2.4.2",
"react-dom": "^16.2.0",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-sketch": "^0.4.4",
"redux": "^3.6.0",
"redux-burger-menu": "^0.2.4",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"eject": "react-scripts eject"
}
}