forked from Litor/ubase-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.06 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
{
"name": "ubase-vue",
"version": "1.1.10",
"description": "",
"main": "dist/apptools/webpack/gulp.js",
"scripts": {
"test": "mocha test/test.js --slow 1000 --compilers js:babel-core/register"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.1.1",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.1.18",
"babel-register": "^6.14.0",
"chokidar": "^1.6.1",
"colors": "^1.1.2",
"copy-remote-file": "^1.0.1",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"debounce": "^1.0.0",
"del": "^2.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"glob": "^7.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^2.2.0",
"gulp-env": "^0.4.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^2.0.0",
"hogan": "^1.0.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.24.1",
"http-proxy-middleware": "^0.17.1",
"jquery": "^3.1.1",
"js-beautify": "^1.6.4",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.15.0",
"moment": "^2.11.2",
"node-sass": "3.13.0",
"precss": "^1.3.0",
"raw-loader": "^0.5.1",
"require-dir": "^0.3.0",
"sass-loader": "^4.0.0",
"script-loader": "^0.7.0",
"scriptjs": "^2.5.8",
"store.js": "^1.0.4",
"string-replace-webpack-plugin": "0.0.3",
"style-loader": "^0.13.1",
"vinyl-named": "^1.1.0",
"url-loader": "^0.5.7",
"vue": "^1.0.26",
"vue-html-loader": "^1.2.3",
"vue-i18n": "^2.4.1",
"vue-loader": "^8.5.3",
"vue-resource": "^1.0.3",
"vue-router": "^0.7.11",
"vue-style-loader": "^1.0.0",
"vuex": "^0.6.2",
"webpack-stream": "2.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.10.2",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0",
"lodash": "^4.16.4",
"mocha": "^3.2.0"
}
}