-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
package.json
File metadata and controls
57 lines (57 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
57
{
"name": "scrubdev-web",
"version": "0.1.0",
"description": "Web Frontend for the Automation System Project.",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"build-prod": "NODE_ENV=production ./node_modules/.bin/webpack -p --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scrubdev/scrubdev-web.git"
},
"author": "scrubdev Team",
"contributors": [
"Nicholas Tay <nexerq@gmail.com> (http://nicholastay.github.io)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/scrubdev/scrubdev-web/issues"
},
"homepage": "https://github.com/scrubdev/scrubdev-web#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"chalk": "^1.1.3",
"ejs": "^2.5.1",
"express": "^4.14.0",
"fast-strftime": "^1.1.1",
"morgan": "^1.7.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8"
},
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.12.0",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"iscroll": "^5.2.0",
"jquery": "^3.1.0",
"jquery-drawer": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^1.0.26",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.2",
"vue-resource": "^0.9.3",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2"
}
}