-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
48
49
50
51
52
53
54
{
"name": "demo",
"version": "0.0.1",
"author": "Dimitris Zorbas",
"description": "Dashboard Application",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --progress --colors",
"heroku-postbuild": "npm run build",
"build": "./node_modules/.bin/webpack --config webpack.config.js"
},
"main": "index.js",
"license": "MIT",
"keywords": [
"webpack"
],
"engines": {
"npm": "3.10.9",
"node": "4.3.1"
},
"devDependencies": {
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"kitto": "file:deps/kitto",
"webpack": "^1.12.13",
"webpack-merge": "^0.15.0",
"compression-webpack-plugin": "0.3.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"sass-loader": "^3.2.0",
"url-loader": "^0.5.5",
"file-loader": "^0.8.1",
"style-loader": "^0.13.0",
"script-loader": "^0.7.0",
"imports-loader": "0.6.5",
"expose-loader": "0.7.1",
"css-loader": "^0.9.1",
"node-sass": "^3.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"glob": "7.1.0",
"font-awesome": "^4.3.0",
"d3": "3.5.17",
"gridster": "0.5.6",
"imports": "^1.0.0",
"rickshaw": "1.6.0",
"jquery": "^3.0.0",
"jquery-knob": "1.2.11",
"fscreen": "^1.0.2"
}
}