-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "mgm12-haste",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/logo.png",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/ui": "^2.20.0",
"@nuxt/ui-pro": "^1.6.0",
"date-fns": "^4.1.0",
"nuxt-schema-org": "^4.0.4",
"v-calendar": "^3.1.2",
"valibot": "^0.42.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@iconify-json/mdi": "^1.2.2",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.8.1",
"@nuxtjs/seo": "2.0.2",
"@nuxtjs/supabase": "^1.4.5",
"@unlok-co/nuxt-stripe": "^4.0.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/nuxt": "^0.10.6",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"typescript": "^5.7.2"
}
}