-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 2.05 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
{
"name": "wepy-ui-ydj",
"version": "0.1.21",
"description": "wepy ui components",
"main": "./src/packages/index",
"wepy": {
"./Button": "./src/components/Button.wpy",
"./Message": "./src/components/Message.wpy",
"./Card": "./src/components/Card.wpy",
"./Dialog": "./src/components/Dialog.wpy",
"./Icon": "./src/components/Icon.wpy",
"./Input": "./src/components/Input.wpy",
"./Select": "./src/components/Select.wpy",
"./Swiper": "./src/components/Swiper.wpy",
"./Toast": "./src/components/Toast.wpy",
"./List": "./src/components/List.wpy",
"./Tab": "./src/components/Tab.wpy",
"./Picker": "./src/components/Picker.wpy"
},
"scripts": {
"dev": "wepy build --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"babel": "babel --presets env,stage-1 src/utils/index.js -o src/babel-utils/index.js",
"css": "node-sass ./src/styles/all.scss > ./libs/all.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "王世隆 <[email protected]>",
"license": "MIT",
"dependencies": {
"mini-program-utils": "^0.1.3",
"wepy": "1.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/YDJ-FE/wepy-ui-ydj"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^5.1.3",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.0.1",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-sass": "^1.3.12",
"wepy-eslint": "^1.5.3",
"wepy-plugin-imagemin": "^1.5.3",
"wepy-plugin-uglifyjs": "^1.3.7"
}
}