-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.44 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "vimo-tools",
"version": "1.0.0",
"description": "Tools for build Vimo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"vimo-tools": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vm-component/vimo-tools.git"
},
"author": "xiangsongtao",
"license": "MIT",
"bugs": {
"url": "https://github.com/vm-component/vimo-tools/issues"
},
"homepage": "https://github.com/vm-component/vimo-tools#readme",
"dependencies": {
"@vue/babel-preset-app": "^3.0.0-beta.6",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"commander": "^2.15.1",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"copyfiles": "^2.0.0",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.4.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^3.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.2.0",
"gulp-sass": "^3.2.1",
"http-proxy-middleware": "^0.18.0",
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"node-sass": "^4.9.0",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"ora": "^2.0.0",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.2",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-prettier": "^0.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-standard": "^1.0.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-plugin-vue": "^3.0.0",
"sass-loader": "^6.0.7",
"snazzy": "^7.1.1",
"standard": "^11.0.1",
"standard-json": "^1.0.2",
"to-fast-properties": "^2.0.0",
"vue-loader": "^11.3.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.5.6",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^2.6.1"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0"
}
}