-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1018 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
39
40
41
42
{
"name": "utveksling-database",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"axios": "^1.6.8",
"country-list": "^2.3.0",
"d3": "^7.9.0",
"emailjs-com": "^3.2.0",
"firebase": "^10.12.0",
"flag-icons": "^7.2.2",
"nodemailer": "^6.9.14",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^4.0.4",
"svgmap": "^2.10.1",
"topojson-client": "^3.1.0",
"vee-validate": "^4.13.2",
"vue": "^3.4.21",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-toast-notification": "^3.1.2",
"vue-toasted": "^1.1.28",
"vue-toastification": "^2.0.0-rc.5",
"vue3-toastify": "^0.2.2",
"vuetify": "^3.6.0-beta.0.0",
"vuex": "^4.1.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"raw-loader": "^4.0.2",
"vite": "^5.2.8"
}
}