forked from ydcss/vue-ydui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.96 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": "vue-ydui",
"description": "A mobile components Library with Vue2.js.",
"version": "0.9.1",
"author": "ydcss.com",
"main": "dist/ydui.js",
"style": "dist/ydui.css",
"keywords": [
"YDUI Touch",
"ui",
"ydui",
"vue",
"vue.js",
"vue2.js",
"component",
"components",
"framework",
"vue2 ui",
"vue2 components",
"mobile",
"mobile ui"
],
"files": [
"dist"
],
"homepage": "http://vue.ydui.org",
"repository": {
"type": "git",
"url": "https://github.com/ydcss/vue-ydui.git"
},
"scripts": {
"dev": "webpack-dev-server --content-base example/ --port 4321 --inline --hot --host 0.0.0.0 --config build/webpack.dev.conf.js",
"build:rem:components": "webpack --config build/webpack.dist.components.rem.conf.js",
"build:px:components": "webpack --config build/webpack.dist.components.px.conf.js",
"build:prod": "webpack --config build/webpack.dist.prod.conf.js",
"build": "npm run build:rem:components && npm run build:px:components && npm run build:prod && gulp --gulpfile build/build.prod.js"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"postcss": "^5.2.14",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.13.1",
"vue": "^2.1.10",
"vue-loader": "^10.0.2",
"vue-resource": "^1.0.3",
"vue-router": "^2.1.1",
"vue-template-compiler": "^2.1.8",
"webpack": "^1.14.0",
"webpack-dev-server": "1.16.3",
"webpack-merge": "^2.4.0",
"ydui-district": "^1.0.0",
"ydui-rem2px": "^1.0.1"
},
"license": "MIT"
}