-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.92 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
{
"name": "vstarter",
"version": "1.0.17",
"description": "",
"main": "./lib/index.js",
"scripts": {
"build": "babel gulp -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litjs/vstarter.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^6.4.0",
"autoprefixer": "^6.1.1",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"chokidar": "^1.6.1",
"colors": "^1.1.2",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"del": "^2.1.0",
"entry-hash-webpack-plugin": "^1.0.1",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.8.5",
"glob": "^7.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-env": "^0.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^2.0.0",
"happypack": "^4.0.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.24.1",
"http-proxy-middleware": "^0.17.1",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-localstorage": "^1.3.0",
"postcss-cssnext": "^2.11.0",
"postcss-pxtorem": "^4.0.1",
"raw-loader": "^0.5.1",
"require-dir": "^0.3.1",
"script-loader": "^0.7.0",
"string-replace-webpack-plugin": "0.1.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"vinyl-named": "^1.1.0",
"vue-entry": "^3.0.2",
"vue-loader": "^11.1.2",
"webpack-stream": "4.0.3"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"eslint": "^3.10.2",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0"
}
}