-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·66 lines (66 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·66 lines (66 loc) · 1.71 KB
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
{
"name": "vue3-aipage-widget",
"version": "1.2.8",
"description": "aipage-editor自定义组件注册器(支持react和vue3.0技术栈),用于注册自定义渲染器和插件",
"keywords": [
"vue3-aipage-widget",
"自定义组件注册器",
"aipage-widget自定义组件",
"aipage-widget自定义插件"
],
"author": "wibetter",
"license": "MIT",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"scripts": {
"preview": "amis preview",
"linkDebug": "amis linkDebug",
"build": "amis build2lib && amis build2esm",
"format": "prettier --write \"{src,demo}/**/**/*.{js,jsx,ts,tsx,vue,scss,json}\""
},
"files": [
"dist/*"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/**/*.{js,jsx,ts,tsx,vue,scss,json}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "https://git@github.com:aisuda/vue3-aipage-widget.git"
},
"bugs": {
"url": "https://github.com/aisuda/vue3-aipage-widget/issues"
},
"dependencies": {
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"react": "^16.14.0",
"vue": "^3.2.33",
"vk-uview-ui-h5-patch": "^1.0.0",
"vk-uview-ui": "^1.4.8"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^9.1.1",
"@types/lodash": "^4.14.182",
"@types/react": "^16.9.11",
"@types/react-dom": "^17.0.13",
"@wibetter/amis-widget-cli": "^3.0.2",
"husky": "^4.2.5",
"lint-staged": "^10.2.9",
"prettier": "^2.0.5",
"react-dom": "^16.8.6"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.4.1"
}
}