-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.65 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.65 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
67
{
"name": "general-basic-form",
"version": "2.4.4",
"description": "",
"main": "./dist/index.umd.cjs",
"type": "module",
"scripts": {
"build": "cross-env CURRENT_ENV=prod run-p type-check build-only",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "tsc --noEmit -p tsconfig.json --composite false",
"link": "tsx script/link.ts && yarn link",
"unlink": "tsx script/unlink.ts && yarn unlink && run-p build",
"unlinkSetting": "tsx script/unlink.ts"
},
"keywords": [
"general-basic-form",
"form",
"vue",
"vue2",
"vue3",
"element-plus",
"element-ui",
"Ant Design Vue"
],
"author": "chendeli419287484@qq.com",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Alan1034/GeneralBasicForm.git"
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@types/node": "^20.8.10",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"chalk": "^2.4.2",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.0.0",
"typescript": "^5.2.2",
"vite-plugin-image-optimizer": "^1.1.6"
},
"peerDependencies": {
"element-plus": ">=2.6.0",
"vue": ">=3.3.4",
"vue-router": ">=4.2.4"
},
"typings": "./dist/index.d.ts",
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"network-spanner": "^1.2.14"
},
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./style": "./dist/style.css"
},
"files": [
"/dist"
]
}