-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
50
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"test": "vitest"
},
"devDependencies": {
"@nuxt/devtools": "^1.1.5",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.5.0",
"@nuxt/test-utils": "^3.12.0",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.6",
"@vue/test-utils": "^2.4.5",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"drizzle-kit": "^0.20.14",
"happy-dom": "^14.7.1",
"nuxt": "^3.11.2",
"nuxt-og-image": "3.0.0-rc.53",
"playwright-core": "^1.43.0",
"vitest": "^1.4.0"
},
"dependencies": {
"@date-io/luxon": "^3.0.0",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/simple-icons": "^1.1.101",
"@nuxt/content": "^2.12.1",
"@nuxt/ui-pro": "^1.1.0",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/sitemap": "^5.1.4",
"@nuxtjs/web-vitals": "^0.2.6",
"drizzle-orm": "^0.30.7",
"h3": "^1.11.1",
"luxon": "^3.4.4",
"postgres": "^3.4.4",
"sass": "^1.74.1",
"sharp": "^0.33.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"packageManager": "[email protected]+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
}