forked from ElemeFE/mint-ui
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
103 lines (103 loc) · 3.04 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "mint-ui-rem-dpr",
"version": "2.2.7",
"description": "Mobile UI elements for vue.js",
"keywords": [
"component",
"vue",
"mobile",
"eleme",
"mint-ui px2rem"
],
"main": "lib/mint-ui.common.js",
"style": "lib/style.css",
"files": [
"lib",
"src",
"packages"
],
"scripts": {
"dev": "npm run bootstrap && npm run build:entry && cooking watch -c build/cooking.demo.js -p",
"bootstrap": "yarn || npm i",
"dist": "npm run clean && npm run build:entry && npm run lint && cooking build -c build/cooking.conf.js,build/cooking.common.js,build/cooking.component.js -p",
"deploy": "npm run build:entry && cooking build -c build/cooking.demo.js -p ",
"build:entry": "node build/bin/build-entry",
"pub": "sh build/release.sh",
"pub:all": "node build/bin/build-all.js && lerna publish",
"clean": "rimraf lib && rimraf packages/*/lib",
"lint": "eslint src/**/*.js packages/**/*.{js,vue} build/**/*.js --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twoer/mint-ui-rem-dpr.git"
},
"homepage": "https://github.com/twoer/mint-ui-rem-dpr#readme",
"bugs": {
"url": "https://github.com/twoer/mint-ui-rem-dpr/issues"
},
"author": "elemefe",
"license": "MIT",
"dependencies": {
"array-find-index": "^1.0.2",
"raf.js": "0.0.4",
"vue-lazyload": "^1.0.1"
},
"peerDependencies": {
"vue": "^2.1.8"
},
"devDependencies": {
"cooking": "^1.2.4",
"cooking-buble": "^0.1.2",
"cooking-lint": "^0.1.2",
"cooking-saladcss": "^0.4.0",
"cooking-vue2": "^0.2.2",
"css-loader": "^0.25.0",
"eslint": "^3.12.2",
"extract-text-webpack-plugin": "beta",
"fastclick": "^1.0.6",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"json-templater": "^1.0.4",
"lerna": "2.0.0-beta.18",
"my-local-ip": "^1.0.0",
"postcss": "^5.2.0",
"postcss-loader": "^0.13.0",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"uppercamelcase": "^1.1.0",
"url-loader": "^0.5.7",
"vue": "^2.1.8",
"vue-loader": "10",
"vue-router": "^2.0.0",
"vue-template-compiler": "^2.1.8",
"vue-template-es2015-compiler": "^1.4.2",
"webpack": "beta",
"webpack-dev-server": "beta",
"webpack-shell-plugin": "^0.4.3",
"postcss-px2rem-dpr": "^0.3.2",
"autoprefixer": "^6.0.2",
"caniuse-api": "^1.3.2",
"chalk": "^1.1.1",
"pixrem": "^3.0.0",
"postcss": "^5.0.5",
"postcss-url": "^5.1.2",
"postcss-partial-import": "^2.1.0",
"postcss-calc": "^5.0.0",
"postcss-css-reset": "^1.0.2",
"postcss-initial": "^1.3.1",
"postcss-inline-svg": "^1.4.0",
"postcss-neat": "^2.5.2",
"postcss-pseudo-class-any-link": "^1.0.0",
"postcss-sass-color-functions": "^1.1.0",
"postcss-scss": "^0.1.7",
"postcss-shape": "^0.0.1",
"postcss-short": "^1.4.0",
"postcss-utils": "^1.0.1",
"precss": "^1.4.0",
"saladcss-bem": "^0.0.1",
"postcss-bem": "^0.3.0"
}
}