-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 Bytes
/
package.json
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
{
"name": "emocify",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.12",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-dragscroll": "^4.0.5",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@iconify-json/circle-flags": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/streamline": "^1.2.0",
"@nuxt/eslint": "^0.5.5",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "^1.8.0",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/supabase": "^1.1.7",
"@pinia/nuxt": "^0.5.4",
"@vueuse/nuxt": "^11.0.3",
"dayjs-nuxt": "^2.1.9",
"eslint": "^9.9.1",
"nuxt": "^3.11.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"supabase": "^1.151.1",
"typescript": "^5.5.4"
}
}