-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.71 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.71 KB
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
{
"name": "vue-entry",
"version": "2.1.5",
"description": "",
"main": "dist/bootstrap/index.js",
"scripts": {
"build": "gulp",
"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-webpack-plugin": "^3.0.1",
"debounce": "^1.0.0",
"del": "^2.1.0",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"glob": "^7.1.0",
"hogan": "^1.0.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.24.1",
"jquery": "^3.1.1",
"js-beautify": "^1.6.4",
"lodash": "^4.15.0",
"moment": "^2.11.2",
"precss": "^1.3.0",
"store.js": "^1.0.4",
"string-replace-webpack-plugin": "0.0.3",
"vinyl-named": "^1.1.0",
"vue": "2.5.13",
"vue-i18n": "^5.0.3",
"vue-resource": "^1.0.3",
"vue-router": "^2.0.1",
"vue-template-compiler": "2.5.13",
"vuex": "^2.1.2",
"vuex-router-sync": "^4.1.2"
},
"devDependencies": {
"require-dir": "^0.3.0",
"webpack-stream": "2.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",
"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"
}
}