forked from eteplus/vue-sui-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
{
"name": "vue-sui-demo",
"description": "vue combine with sui-mobile",
"author": "eteplus <[email protected]>",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/eteplus/vue-sui-demo.git"
},
"private": false,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"vue": "^1.0.26",
"vue-resource": "^0.9.3",
"vue-router": "^0.7.13"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"connect-history-api-fallback": "^1.2.0",
"cross-spawn": "^2.2.3",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.4.1",
"eslint-plugin-html": "^1.5.1",
"eslint-plugin-import": "^1.10.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.22.0",
"http-proxy-middleware": "^0.12.0",
"inject-loader": "^2.0.1",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"lolex": "^1.5.0",
"nightwatch": "^0.8.18",
"ora": "^0.2.3",
"script-loader": "^0.7.0",
"selenium-server": "^2.53.0",
"shelljs": "^0.6.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1",
"webpack-merge": "^0.8.4"
},
"license": "MIT"
}