-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 909 Bytes
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
{
"name": "One-O-One",
"private": true,
"engines": {
"node": "8.2.1",
"npm": "5.5.1"
},
"scripts": {
"postinstall": "webpack",
"webpack": "webpack --watch"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chart.js": "^2.7.1",
"codemirror": "^5.32.0",
"css-loader": "^0.28.7",
"lodash": "^4.17.4",
"markdown-it": "^8.4.0",
"react": "^16.1.1",
"react-chartjs-2": "^2.6.4",
"react-codemirror2": "^3.0.7",
"react-dom": "^16.1.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"run-async": "^2.3.0",
"style-loader": "^0.19.0",
"threads": "^0.8.1",
"webpack": "^3.8.1"
},
"devDependencies": {
"eslint": "^4.11.0"
}
}