-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/tailwindcss": "^6.10.1",
"@sanity/types": "^3.21.3",
"nuxt": "^3.8.2",
"nuxt-svgo": "^3.7.0",
"typescript": "^5.3.2",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@nuxtjs/sanity": "^1.8.3",
"@vueuse/core": "^10.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"gode.js": "^2.1.4",
"lucide-vue-next": "^0.293.0",
"radix-vue": "^1.2.2",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
}
}