-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 803 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 803 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxtjs/supabase": "^1.5.0",
"typescript": "^5.8.3",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.2.10"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@nuxt/ui": "^4.6.1",
"@vueuse/core": "^14.1.0",
"marked": "^18.0.0",
"nuxt": "^4.4.2",
"sass": "^1.54.5",
"sass-loader": "^16.0.5",
"tailwindcss": "^4.2.2"
}
}