-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
87 lines (87 loc) · 3.19 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
{
"name": "kai-ui",
"version": "1.2.4",
"description": "weapp ui components",
"main": "dist/index.js",
"scripts": {
"dev": "wepy build --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"test": "jest ./test/**/*.test.js",
"test:watch": "jest ./test/**/*.test.js --watch"
},
"author": "chaunjie",
"license": "MIT",
"dependencies": {},
"wepy": {
"./ActionSheet": "./src/components/actionsheet/index.wpy",
"./Cell": "./src/components/cell/index.wpy",
"./CellGroup": "./src/components/cell-group/index.wpy",
"./Checkbox": "./src/components/checkbox/index.wpy",
"./Dialog": "./src/components/dialog/index.wpy",
"./Grid": "./src/components/grid/index.wpy",
"./GridItem": "./src/components/grid-item/index.wpy",
"./Icon": "./src/components/icon/index.wpy",
"./Input": "./src/components/input/index.wpy",
"./Layout": "./src/components/layout/index.wpy",
"./Loadmore": "./src/components/loadmore/index.wpy",
"./NoticeBar": "./src/components/noticeBar/index.wpy",
"./Panel": "./src/components/panel/index.wpy",
"./Popup": "./src/components/popup/index.wpy",
"./Radio": "./src/components/radio/index.wpy",
"./Select": "./src/components/select/index.wpy",
"./Switch": "./src/components/switch/index.wpy",
"./Tab": "./src/components/tab/index.wpy",
"./Tag": "./src/components/tag/index.wpy",
"./Toast": "./src/components/toast/index.wpy",
"./Toptips": "./src/components/toptips/index.wpy",
"./Uploader": "./src/components/uploader/index.wpy",
"./NumberPicker": "./src/components/numberpicker/index.wpy",
"./SearchBar": "./src/components/searchbar/index.wpy",
"./Loading": "./src/components/loading/index.wpy",
"./Folder": "./src/components/folder/index.wpy",
"./Rate": "./src/components/rate/index.wpy",
"./Slider": "./src/components/slider/index.wpy",
"./Step": "./src/components/step/index.wpy",
"./Swipeout": "./src/components/swipeout/index.wpy"
},
"miniprogram": "minicomponent",
"repository": {
"type": "git",
"url": "git+https://github.com/Chaunjie/kai-ui.git"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "^23.4.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.0",
"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",
"jest": "^23.4.1",
"serve-static": "^1.13.2",
"wepy": "^1.7.2",
"wepy-async-function": "^1.4.6",
"wepy-com-toast": "^1.0.2",
"wepy-compiler-babel": "^1.5.3",
"wepy-compiler-less": "^1.3.12",
"wepy-eslint": "^1.5.4",
"wepy-plugin-imagemin": "^1.5.3",
"wepy-plugin-uglifyjs": "^1.3.7"
},
"bugs": {
"url": "https://github.com/Chaunjie/kai-ui/issues"
},
"homepage": "https://github.com/Chaunjie/kai-ui#readme",
"babel": {
"presets": [
"env"
]
}
}