-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.3 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "husky",
"lint:fix": "eslint . --fix && prettier --write .",
"release": "bash scripts/create-release.sh",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "1.2.0",
"@nuxt/fonts": "0.11.0",
"@nuxt/icon": "1.11.0",
"@nuxt/image": "1.10.0",
"@nuxt/ui": "3.0.1",
"@nuxtjs/supabase": "1.5.0",
"@pinia/nuxt": "^0.10.1",
"@supabase/supabase-js": "^2.49.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.0.0",
"h3": "^1.15.1",
"nuxt": "^3.16.1",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
"typescript": "^5.6.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@nuxtjs/tailwindcss": "^6.13.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1"
},
"version": "0.0.1",
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}