-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "wx-vue",
"version": "0.1.0",
"description": "vuejs admin system",
"main": "index.js",
"scripts": {
"start": "serve2 -M mock",
"dev1": "node server",
"dev": "webpack --watch --inline --hot --config build/webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config build/webpack.prod.config.js",
"test": "karma start build/karma.conf.js"
},
"repository": {
"type": "git",
"url": "github.com/lynzz/wx-vue"
},
"author": "lynzz",
"license": "MIT",
"bugs": {
"url": "https://github.com/lynzz/wx-vue/issues"
},
"homepage": "https://github.com/lynzz/wx-vue",
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"css-loader": "^0.23.0",
"es6-promise": "^3.0.2",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"file-loader": "^0.8.4",
"function-bind": "^1.0.2",
"inject-loader": "^2.0.1",
"jade": "^1.11.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"mockjs": "^1.0.1-beta1",
"node-sass": "^3.4.2",
"phantomjs": "^1.9.19",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.0",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.7",
"vue": "^1.0.13",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.3.0",
"vue-resource": "^0.5.1",
"vue-router": "^0.7.7",
"vue-touch": "^0.1.2",
"vue-validator": "^2.0.0-alpha.8",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"wx_jsapi_sign": "^1.0.3"
},
"dependencies": {
"jssha": "^1.6.0",
"moment": "^2.11.1",
"vue-swipe": "^0.2.0"
}
}