-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 Bytes
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
{
"name": "fintrack",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/eslint": "0.7.5",
"@nuxt/ui": "2.20.0",
"@nuxtjs/supabase": "1.4.5",
"date-fns": "^4.1.0",
"nuxt": "3.15.1",
"vue": "3.5.13",
"vue-router": "latest",
"zod": "^3.24.1"
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"@stylistic/eslint-plugin": "2.13.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "0.5.16",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}