-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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.12.1",
"@nuxt/ui": "^2.15.2",
"@nuxt/ui-pro": "^1.1.0",
"date-fns": "^3.6.0",
"nuxt-schema-org": "^3.3.6",
"v-calendar": "^3.1.2",
"valibot": "^0.30.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.2",
"@iconify-json/mdi": "^1.1.66",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.7.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@nuxtjs/supabase": "^1.2.2",
"@unlok-co/nuxt-stripe": "^2.0.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.7.0",
"eslint": "^8.57.0",
"nuxt": "^3.11.2",
"typescript": "^5.4.5"
}
}