-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
151 lines (151 loc) · 5.01 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"private": true,
"name": "h666-demo",
"version": "1.2.4",
"description": "",
"main": "index.js",
"scripts": {
"add-page": "h666 add",
"start": "h666 start --port=3000",
"build:dev": "h666 build --target=dev",
"build:pro": "h666 build --target=production",
"build:dev:h5plus": "h666 build --target=dev --container=h5plus",
"build:pro:h5plus": "h666 build --target=production --container=h5plus",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"lintfix": "eslint ./ --cache --fix --ignore-pattern .gitignore",
"release": "node upload.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ruiyun/ajax": "^1.0.5",
"@ruiyun/preact-button": "^1.9.1",
"@ruiyun/preact-form": "^1.10.16",
"@ruiyun/preact-icon": "^1.2.39",
"@ruiyun/preact-image": "^1.2.77",
"@ruiyun/preact-image-uploader": "^1.9.5",
"@ruiyun/preact-input": "^1.2.66",
"@ruiyun/preact-layout-suite": "^1.2.77",
"@ruiyun/preact-line": "^1.2.39",
"@ruiyun/preact-loading": "^1.2.39",
"@ruiyun/preact-m-actionsheet": "^1.9.1",
"@ruiyun/preact-m-auto-list": "^1.10.12",
"@ruiyun/preact-m-date-range-picker": "^1.9.7",
"@ruiyun/preact-m-dialog": "^1.9.1",
"@ruiyun/preact-m-form-component": "^1.10.15",
"@ruiyun/preact-m-image-preview": "^1.9.5",
"@ruiyun/preact-m-page": "^1.10.12",
"@ruiyun/preact-m-picker": "^1.10.12",
"@ruiyun/preact-m-router": "^1.8.11",
"@ruiyun/preact-m-scroller": "^1.10.12",
"@ruiyun/preact-m-search-bar": "^1.8.20",
"@ruiyun/preact-m-search-input": "^1.8.20",
"@ruiyun/preact-m-search-picker": "^1.10.12",
"@ruiyun/preact-m-swiper": "^1.9.5",
"@ruiyun/preact-m-tabbar": "^1.10.13",
"@ruiyun/preact-m-tabs": "^1.9.5",
"@ruiyun/preact-m-toast": "^1.2.39",
"@ruiyun/preact-m-tree-picker": "^1.10.12",
"@ruiyun/preact-modal": "^1.2.62",
"@ruiyun/preact-number-input": "^1.8.15",
"@ruiyun/preact-oss": "^1.2.73",
"@ruiyun/preact-switch": "^1.2.39",
"@ruiyun/preact-text": "^1.9.1",
"@sentry/browser": "^5.19.2",
"classnames": "^2.2.6",
"dayjs": "^1.8.29",
"h5-indicator": "^1.0.9",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
"p-to-r": "^1.0.4",
"preact": "^10.4.6"
},
"devDependencies": {
"@ruiyun/h666-cli": "^2.0.0-rc.26",
"ali-oss": "^6.10.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier": "^2.0.5"
},
"pre-commit": [
"lint"
],
"commonChunks": [
"p-to-r",
"preact-layout-suite",
"preact-m-router",
"@ruiyun/preact-text",
"core-js",
"regenerator-runtime",
"@ruiyun/preact-m-router"
],
"ServiceWorker": "/Android/i",
"sentry": "https://ef1638a78eee4f5db9884c4f3fd75d9d@sentry.io/5174260",
"pages": {
"index": "h666解决方案演示",
"list": "列表页",
"buttonDemo": "button示例",
"actionsheetDemo": "actionsheet演示",
"dialogDemo": "dialog示例",
"modalDemo": "模态框演示",
"swiperDemo": "轮播图演示",
"tabsDemo": "tabs演示",
"formDemo": "表单演示页面",
"switchDemo": "开关组件演示",
"treepickerDemo": "多级选择器演示",
"scrollerDemo": "滚动组件演示",
"autolistDemo": "自动列表演示",
"imageUploaderDemo": "图片上传组件演示",
"searchPicker": "搜索picker",
"tabbarDemo": "tabbar演示",
"pickerDemo": "选择器演示",
"textDemo": "文本组件演示",
"layoutDemo": "布局套件演示",
"imageDemo": "图片组件演示",
"iconDemo": "图标组件演示",
"imagePreviewDemo": "图片预览api演示",
"inputDemo": "输入框组件演示",
"lineDemo": "线条组件演示",
"countdownDemo": "倒计时组件演示",
"loadingDemo": "加载组件演示",
"navDemo": "路由演示",
"navDemo2": "路由演示2",
"navDemo3": "路由演示3",
"analytics": "访问信息",
"timing": "加载性能",
"errorLog": "错误日志",
"indicatorDemo": "指示器演示",
"redundantPage1": "redundant1",
"redundantPage2": "redundant2",
"redundantPage3": "redundant3",
"dateRangePickerDemo": "日期区间选择器",
"searchPickerDemo": "搜索选择器",
"datePickerDemo": "日期选择器演示",
"appDownload": "app下载",
"scrollerWithRefreshDemo": "带下拉刷新的scroller",
"scrollerWithLoadMoreDemo": "加载更多的Scroller",
"scrollerWithRefreshAndLoadMoreDemo": "下拉刷新和加载更多",
"bffkongdemo": "分享演示"
},
"include": [
"@ruiyun",
"h5-indicator"
],
"resolutions": {
"websocket-extensions": "^0.1.4",
"lodash": "^4.17.19"
},
"browsers": [
"android >= 4.4",
"ios >= 8"
]
}