forked from topolr/gulp-vue-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "gulp-vue-parser",
"version": "1.0.8",
"description": "Parse .vue file to a single cmd/umd javascript file",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hou80houzhu/gulp-vue-parser.git"
},
"keywords": [
"gulp",
"vue",
"cmd",
"parse"
],
"author": "Jinliang (hou80houzhu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hou80houzhu/gulp-vue-parser/issues"
},
"homepage": "https://github.com/hou80houzhu/gulp-vue-parser#readme",
"dependencies": {
"babel-core": "^6.24.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"gulp-util": "^3.0.8",
"html-minifier": "^3.5.2",
"less": "^2.7.2",
"mime-types": "^2.1.16",
"node-sass": "^4.5.3",
"through2": "^2.0.3",
"topolr-util": "^1.0.4",
"uglifycss": "0.0.27",
"vue-template-compiler": "^2.3.3"
}
}