-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 934 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
39
40
41
{
"name": "gitart-manage-vue-dialog",
"version": "0.0.4",
"description": "RegData Shared Utilities",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"default": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"files": [
"./dist"
],
"scripts": {
"lint": "eslint .",
"test": "vitest -c vitest/vitest.config.ts",
"build": "unbuild"
},
"peerDependencies": {
"vue": "^3.2.47"
},
"peerDependenciesMeta": {},
"devDependencies": {
"@vue/test-utils": "^2.4.3",
"happy-dom": "^12.10.3",
"shelljs": "^0.8.5",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
}
}