-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "vuetest",
"version": "0.0.1",
"description": "vuetest",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js"
},
"author": "alizeegod",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-rev-hash": "0.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"iscroll": "^5.2.0",
"jquery": "^3.1.1",
"minimist": "^1.2.0",
"mockjs": "^1.0.1-beta3",
"path": "^0.12.7",
"postcss-loader": "^1.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^1.0.28",
"vue-devtools": "^2.0.4",
"vue-drapload": "^0.1.12",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.4",
"vue-resource": "^0.9.3",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"vuex": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}