-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 965 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 965 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
{
"name": "fedidb-nuxt",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "^1.12.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/mdc": "^0.17.0",
"@tailwindcss/vite": "^4.0.15",
"@tanstack/query-sync-storage-persister": "^5.74.6",
"@tanstack/react-query-persist-client": "^5.74.6",
"@tanstack/vue-query": "^5.74.5",
"@tanstack/vue-query-devtools": "^5.69.0",
"chart.js": "^4.4.8",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"nuxt": "^3.16.1",
"nuxt-echarts": "^0.3.0",
"tailwindcss": "^4.1.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify-json/feather": "^1.2.1",
"@tailwindcss/typography": "^0.5.16"
}
}