-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "game-app",
"version": "0.1.0",
"description": "SISE Game Frontend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp jade && gulp clean && webpack -w",
"build": "gulp clean && webpack -p --debug --config webpack.config.dist.js && gulp build:jade"
},
"author": "Randy Lu <randypriv@gmail.com>",
"license": "MIT",
"devDependencies": {
"assets-webpack-plugin": "^2.2.2",
"css-loader": "^0.16.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-jade": "^1.1.0",
"html-loader": "^0.3.0",
"image-webpack-loader": "^1.6.1",
"imagemin": "^3.2.0",
"jade": "^1.11.0",
"jade-loader": "^0.7.1",
"node-sass": "^3.2.0",
"rimraf": "^2.4.3",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.6",
"vue-loader": "^3.0.3",
"webpack": "^1.11.0"
},
"dependencies": {
"socket.io-client": "^1.3.6",
"superagent": "^1.3.0",
"vue": "^0.12.12",
"vue-router": "^0.5.2"
}
}