-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
48
49
{
"name": "repo-booster",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.19",
"@nuxt/devtools": "^1.7.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/ui": "^2.20.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/seo": "^2.0.2",
"@nuxtjs/sitemap": "^7.0.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.7",
"googleapis": "^144.0.0",
"nuxt": "3.15.1",
"nuxt-icons": "^3.2.1",
"nuxt-link-checker": "^4.0.4",
"nuxt-lucide-icons": "^1.0.5",
"openai": "^4.77.4",
"pinia": "^2.3.0",
"postcss": "^8.4.49",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"vue-chartjs": "^5.3.2"
},
"resolutions": {
"nuxt": "3.14.1592"
},
"packageManager": "pnpm@9.15.1",
"devDependencies": {
"@iconify-json/flag": "^1.2.3",
"@iconify-json/lucide": "^1.2.22",
"eslint": "9.17.0"
}
}