-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "terra-verde",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"check:format": "prettier --check ."
},
"dependencies": {
"@nuxt/eslint": "1.9.0",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/ui": "4.0.1",
"@pinia/nuxt": "^0.11.3",
"@supabase/supabase-js": "^2.75.1",
"@tailwindcss/vite": "^4.1.14",
"eslint": "^9.37.0",
"konva": "^10.0.2",
"nuxt": "^4.1.3",
"nuxt-tiptap-editor": "2.3.1",
"pinia": "^3.0.4",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-konva": "^3.2.6",
"vue-router": "^4.5.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.8.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2"
}
}