-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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
50
51
52
53
54
55
56
{
"name": "cerberus",
"version": "1.0.0",
"description": "Prototype for Automation",
"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",
"watch": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HCCB/cerberus.git"
},
"author": "Blue Cuenca <blue.cuenca@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HCCB/cerberus/issues"
},
"homepage": "https://github.com/HCCB/cerberus#readme",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.5.2",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"bootstrap": "^3.3.6",
"bootstrap-loader": "^1.3.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.11.2",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"react": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.1.0",
"react-hot-loader": "^1.3.0",
"react-placeholder": "0.0.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"react-bootstrap": "^0.29.5"
}
}