-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
38 lines (38 loc) · 948 Bytes
/
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
{
"name": "wti-form",
"version": "1.0.8",
"description": "低代码表单组件",
"main": "index.js",
"scripts": {
"dev": "webpack serve --mode development --env development --config build/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --mode production --config build/webpack.config.js",
"lint": "eslint --fix --ext .js,.jsx,.vue package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qq20004604/wti-form.git"
},
"keywords": [
"wti-form",
"low-code",
"form",
"element-ui"
],
"files": [
"README.md",
"index.js",
"CHANGELOG.md",
"LICENSE"
],
"author": "王冬",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/qq20004604/wti-form/issues"
},
"homepage": "https://github.com/qq20004604/wti-form#readme",
"devDependencies": {
"axios": "^0.21.1",
"element-ui": "^2.15.5",
"vue": "^2.6.12"
}
}