-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 949 Bytes
/
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
{
"name": "jott-media-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "2.1.0",
"@nuxt/ui": "^2.21.0",
"nuxt": "^3.15.4",
"sass": "^1.85.0"
},
"dependencies": {
"@iconify-json/mdi": "^1.2.3",
"@nuxt/content": "^3.1.1",
"@nuxt/image": "^1.9.0",
"@nuxt/ui-pro": "^1.7.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vueuse/nuxt": "^12.7.0",
"puppeteer": "^24.2.1"
},
"packageManager": "[email protected]",
"engines": {
"node": "^22"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"esbuild",
"@parcel/watcher",
"vue-demi",
"puppeteer",
"better-sqlite3"
]
}
}