-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1001 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "1.10.3",
"@nuxtjs/sanity": "1.13.3",
"@sanity/client": "^7.6.0",
"@sanity/image-url": "^1.1.0",
"nuxt": "^3.17.6",
"swiper": "^11.2.10",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf",
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.29",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.41",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"daisyui": "^5.0.43",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11"
}
}