-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "viui",
"version": "0.0.6",
"description": "A UI framewwork based on Vue2.x",
"main": "./dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson-yan/viui.git"
},
"keywords": [
"vue",
"metroui",
"components"
],
"author": "watson yan",
"license": "ISC",
"bugs": {
"url": "https://github.com/watson-yan/viui/issues"
},
"homepage": "https://github.com/watson-yan/viui#readme",
"dependencies": {
"vue": "^2.3.4"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.4.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"vue-loader": "^11.3.4",
"vue-style-loader": "^2.0.5",
"vue-template-compiler": "^2.3.4",
"webpack": "^2.6.1"
}
}