-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.68 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
{
"name": "vuekit",
"version": "0.1.2",
"private": true,
"repository": {
"type": "git",
"url": "ssh://git@github.com:innoai-tech/vuekit.git"
},
"workspaces": [
"nodepkg/*",
"nodedevpkg/*"
],
"type": "module",
"dependencies": {
"@innoai-tech/crypto": "workspace:^",
"@innoai-tech/fetcher": "workspace:^",
"@innoai-tech/jsoneditor": "workspace:^",
"@innoai-tech/vueformdata": "workspace:^",
"@innoai-tech/vuekit": "workspace:^",
"@innoai-tech/vuemarkdown": "workspace:^",
"@innoai-tech/vuematerial": "workspace:^",
"@innoai-tech/vueuikit": "workspace:^",
"mermaid": "^11.17.2",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@happy-dom/global-registrator": "^20.12.0",
"@innoai-tech/bundle-purge": "workspace:^",
"@innoai-tech/config": "^0.7.0",
"@innoai-tech/devconfig": "^0.5.0",
"@innoai-tech/vue-vite-presets": "workspace:^",
"@innoai-tech/vuedevconfig": "workspace:^",
"@mdi/js": "^7.4.47",
"@playwright/test": "^1.62.1",
"@types/node": "^26.4.0",
"@vitest/ui": "^4.1.11",
"@vue/test-utils": "^2.5.0",
"copy-to-clipboard": "^4.0.2",
"core-js": "^3.50.0",
"es-toolkit": "^1.52.0",
"normalize.css": "^8.0.1",
"oxc-codegen": "^0.148.0",
"oxc-minify": "^0.148.0",
"oxc-parser": "^0.148.0",
"oxc-transform": "^0.148.0",
"oxfmt": "^0.65.0",
"oxlint": "^1.80.0",
"oxlint-tsgolint": "^7.0.2001",
"playwright": "^1.62.1",
"rolldown": "^1.2.6",
"tsdown": "^0.22.14",
"tsx": "^4.23.13",
"turbo": "^2.10.12",
"typescript": "^7.0.2",
"vite": "^8.2.2",
"vitest": "^4.1.11",
"vue": "^3.5.42"
},
"packageManager": "pnpm@12.2.1"
}