-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1006 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1006 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
37
38
39
40
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@guolao/vue-monaco-editor": "^1.5.5",
"@mdi/font": "^7.4.47",
"@nuxt/eslint": "1.4.1",
"@nuxt/fonts": "0.11.4",
"@nuxt/image": "1.10.0",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "9.5.5",
"@nuxtjs/mdc": "0.17.2",
"@nuxtjs/supabase": "1.5.2",
"@nuxtjs/tailwindcss": "6.14.0",
"@pinia/nuxt": "0.11.1",
"@prisma/client": "6.11.1",
"@prisma/nuxt": "^0.3.0",
"@vueuse/nuxt": "13.6.0",
"daisyui": "^5.0.46",
"eslint": "^9.29.0",
"nuxt": "^3.17.5",
"pinia": "^3.0.3",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxtjs/ngrok": "^3.0.1",
"prisma": "6.11.1",
"sass-embedded": "^1.89.2"
}
}