-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 KB
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
50
51
52
53
54
55
56
57
{
"name": "lase.dev",
"private": true,
"type": "module",
"scripts": {
"start": "set NITRO_PORT=3453 && node ./.output/server/index.mjs",
"build": "nuxt build",
"dev": "set NITRO_PORT=3453 && nuxt dev",
"generate": "nuxt generate",
"preview": "set NITRO_PORT=3453 && nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.11.0",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "1.13.0",
"@nuxt/image": "1.11.0",
"@nuxt/scripts": "0.13.2",
"@nuxtjs/i18n": "^9.5.6",
"@nuxtjs/mdc": "^0.17.4",
"@nuxtjs/robots": "5.2.10",
"@nuxtjs/sitemap": "7.4.3",
"@tailwindcss/vite": "^4.2.2",
"@unhead/vue": "^2.1.13",
"better-sqlite3": "^12.8.0",
"color": "^5.0.3",
"dayjs": "^1.11.20",
"dayjs-nuxt": "2.1.11",
"gsap": "^3.14.2",
"nuxt": "^4.4.2",
"nuxt-studio": "1.2.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"three": "^0.179.1",
"vue": "^3.5.32",
"vue-router": "^4.6.4",
"zod": "^4.3.6"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@sentry/cli",
"better-sqlite3",
"esbuild",
"sharp",
"sqlite3"
],
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"devDependencies": {
"@types/youtube": "^0.1.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"sqlite3"
]
}
}