-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "whokipedia",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "nuxi preview"
},
"dependencies": {
"@firebase/app-types": "^0.9.0",
"@iconify-json/eos-icons": "^1.1.10",
"@iconify-json/material-symbols": "^1.1.78",
"@iconify-json/simple-icons": "^1.1.95",
"@nuxt/ui": "^2.14.2",
"@pinia/nuxt": "^0.5.1",
"@types/infobox-parser": "^3.3.4",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"chart.js": "^4.4.2",
"firebase": "^10.6.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.8.0",
"fuse.js": "^6.4.6",
"jimp": "^0.22.12",
"nuxt": "^3.10.3",
"nuxt-vuefire": "^1.0.2",
"pinia": "^2.1.7",
"tailwindcss": "^3.4.1",
"vue-chartjs": "^5.3.0",
"vuefire": "^3.1.23",
"zod": "^3.22.4"
},
"overrides": {
"vue": "latest"
}
}