-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.72 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
55
56
57
58
{
"name": "kerbus-alpha",
"version": "1.0.0",
"description": "Prototype for cerberus automation system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "webpack --config webpack.local.config.js --progress --colors",
"build-production": "webpack --config webpack.prod.config.js --progress --colors -p",
"watch": "node server.js",
"django": "src/kerbus/manage.py runserver"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azuer88/kerbus-alpha.git"
},
"keywords": [
"prototype",
"cerberus",
"automation",
"system"
],
"author": "Blue Cuenca <blue.cuenca@gmail.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/azuer88/kerbus-alpha/issues"
},
"homepage": "https://github.com/azuer88/kerbus-alpha#readme",
"devDependencies": {
"autoprefixer": "^6.7.6",
"bootstrap-loader": "^2.0.0-beta.22",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.26.2",
"file-loader": "^0.10.1",
"import-loader": "^1.0.1",
"imports-loader": "^0.7.1",
"js-cookie": "^2.1.3",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-alert": "^1.0.7",
"react-bootstrap-dialog": "^0.9.1",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
"react-placeholder": "0.0.3",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-split-by-path": "^2.0.0"
},
"dependencies": {}
}