-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write ./components ./src"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.24",
"@nuxt/fonts": "0.10.3",
"@nuxt/icon": "1.10.3",
"@nuxt/image": "1.9.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/robots": "^5.2.2",
"@nuxtjs/seo": "^2.1.0",
"@nuxtjs/tailwindcss": "6.13.1",
"chart.js": "^4.4.7",
"chartjs-adapter-moment": "^1.0.1",
"class-variance-authority": "^0.7.1",
"lucide-vue-next": "0.473.0",
"nuxt": "3.15.1",
"nuxt-og-image": "^4.1.2",
"radix-vue": "^1.9.12",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^2.4.2",
"vue": "latest",
"vue-flatpickr-component": "^11.0.5",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/mingcute": "^1.2.3",
"@iconify-json/radix-icons": "^1.2.2",
"@nuxtjs/eslint-module": "^4.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17"
}
}