-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.13 KB
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": "react_dashboard",
"version": "1.0.0",
"description": "react dashboard",
"main": "index.html",
"node-main": "./app.js",
"window": {
"toolbar": true,
"title": "DashBoard",
"min_width": 800,
"min_height": 600,
"show_in_taskbar": true
},
"scripts": {
"start": "webpack-dev-server --hot --host 0.0.0.0"
},
"keywords": [
"react"
],
"author": "kwonh",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"chart.js": "^2.1.3",
"drag-helper": "^1.2.3",
"json2csv": "^3.4.2",
"nw": "^0.15.1",
"pouchdb": "^5.4.4",
"react": "^15.0.2",
"react-addons-update": "^15.0.2",
"react-bootstrap": "^0.29.4",
"react-chartjs": "^0.7.3",
"react-datagrid": "^2.0.2",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"react-scrollbar": "^0.4.1",
"underscore": "^1.8.3",
"xlsx": "^0.8.0"
}
}