-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 973 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
31
32
33
34
35
36
37
38
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"dependencies": {
"@lperdereau/vyos-parser": "^0.0.7",
"@nuxt/eslint": "^1.2.0",
"@primeuix/themes": "^1.0.0",
"@primevue/forms": "^4.3.2",
"@tanstack/vue-query": "^5.67.1",
"chart.js": "^4.4.8",
"convert": "^5.8.0",
"graphql-request": "^7.1.2",
"graphql-tag": "^2.12.6",
"nuxt": "^3.15.4",
"oh-vue-icons": "^1.0.0-rc3",
"primevue": "^4.3.2",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^1.2.0",
"@primevue/nuxt-module": "^4.3.2",
"eslint": "^9.22.0",
"msw": "^2.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.9"
}
}