-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vuekit",
"version": "0.0.0",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"nodepkg/*",
"nodedevpkg/*"
],
"engines": {
"bun": ">=1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:innoai-tech/vuekit.git"
},
"prettier": {},
"dependencies": {
"@innoai-tech/fetcher": "^0.5.5",
"@innoai-tech/jsoneditor": "workspace:*",
"@innoai-tech/lodash": "^0.2.5",
"@innoai-tech/vuekit": "workspace:*",
"@innoai-tech/vueuikit": "workspace:*",
"rxjs": "^7.8.1",
"mermaid": "^11.4.1"
},
"devDependencies": {
"@happy-dom/global-registrator": "^16.5.3",
"@innoai-tech/config": "^0.5.7",
"@innoai-tech/devconfig": "^0.5.0",
"@innoai-tech/monobundle": "^0.14.7",
"@innoai-tech/vue-vite-presets": "workspace:*",
"@innoai-tech/vuedevconfig": "workspace:*",
"@mdi/js": "^7.4.47",
"@vue/test-utils": "^2.4.6",
"bun-types": "latest",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.40.0",
"normalize.css": "^8.0.1",
"prettier": "^3.4.2",
"turbo": "^2.3.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vue": "^3.5.13"
},
"resolutions": {
"rollup": "^4.30.1",
"vite": "^6.0.7",
"vue": "^3.5.13"
}
}