-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.63 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": "muxi-studio-permit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/* && webpack --config webpack.build.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cruyun/Muxi-Studio-Permit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cruyun/Muxi-Studio-Permit/issues"
},
"homepage": "https://github.com/Cruyun/Muxi-Studio-Permit#readme",
"dependencies": {
"koa": "^2.2.0",
"koa-router": "^7.2.0",
"koa-send": "^4.1.0",
"koa-useragent": "^1.0.0",
"swig": "^1.4.2",
"vue": "^2.0.5",
"vue-router": "^2.3.0",
"vuelidate": "^0.3.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"node-sass": "^4.5.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"webpack": "^1.13.1",
"webpack-hot-middleware": "^2.13.2",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.1",
"html-loader": "^0.4.4",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.28.0",
"favicons-webpack-plugin": "0.0.7",
"jquery": "^3.1.1",
"qiniu": "^6.1.13",
"url-loader": "^0.5.8",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.1.10",
"webpack-bundle-analyzer": "^2.8.2"
}
}