-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 Bytes
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@nuxt/eslint": "1.3.1",
"@pinia/nuxt": "0.11.0",
"@tailwindcss/vite": "^4.1.6",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.43.1",
"@vue-flow/minimap": "^1.5.3",
"eslint": "^9.0.0",
"nuxt": "^3.17.3",
"pinia": "^3.0.2",
"tailwindcss": "^4.1.6",
"vue": "^3.5.13",
"vue-force-graph": "^0.1.2",
"vue-router": "^4.5.1"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}