-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
46
47
{
"name": "moxie-dashboard",
"namespace": "moxiesuite",
"version": "0.0.1",
"description": "",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moxiesuite/dashboard.git"
},
"author": "Tim Coulter <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/moxiesuite/dashboard/issues"
},
"homepage": "https://github.com/moxiesuite/dashboard#readme",
"dependencies": {
"async": "^2.1.4",
"axios": "^0.15.3",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bulma": "^0.3.0",
"chart.js": "^2.4.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"moment": "^2.17.1",
"node-sass": "^4.1.1",
"parse-link-header": "^0.4.1",
"react": "^15.4.1",
"react-chartjs-2": "^2.0.5",
"react-dom": "^15.4.1",
"sass-loader": "^4.1.1",
"webpack": "^1.14.0"
},
"devDependencies": {
"webpack-dev-server": "^1.16.2"
}
}