-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 862 Bytes
/
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
{
"name": "nuxt-app",
"version": "0.2.3",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:fix": "biome check --write",
"lint": "biome check",
"lint:check": "biome check",
"lint:summary": "biome check --reporter summary"
},
"dependencies": {
"chart.js": "^4.4.7",
"mongodb": "^6.12.0",
"nuxt": "^3.15.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify-json/akar-icons": "^1.2.2",
"@iconify-json/ep": "^1.2.2",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/tailwindcss": "^6.12.2",
"@vueuse/nuxt": "^12.2.0"
}
}