-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 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": "dmbdb",
"version": "1.50.1",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"generate-prod": "nuxt generate --dotenv .env.prod",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@material-symbols/font-400": "^0.40.2",
"@parcel/watcher": "^2.5.6",
"@pinia/nuxt": "^0.11.3",
"@vueuse/core": "^14.2.0",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"axios": "^1.13.4",
"esbuild": "^0.27.2",
"floating-vue": "^5.2.2",
"http-proxy-middleware": "^3.0.5",
"izitoast": "^1.4.0",
"js-yaml": "^4.1.1",
"json-editor-vue": "^0.18.1",
"mermaid": "^11.12.2",
"nuxt": "^4.3.0",
"nuxt-svgo": "^4.2.6",
"nuxt-toast": "1.4.0",
"pinia": "^3.0.4",
"vue": "^3.5.27",
"vue-router": "^5.0.2",
"vue-screen": "^2.4.2"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0"
},
"engines": {
"node": ">=22.14.0 <23",
"pnpm": ">=10.5.2 <11"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@parcel/watcher",
"esbuild"
],
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
],
"overrides": {
"@nuxt/telemetry": "0.0.0",
"parse-path@<5.0.0": ">=5.0.0",
"parse-url@<8.1.0": ">=8.1.0"
}
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}