-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 KB
/
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
{
"name": "wad2-project",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@fawmi/vue-google-maps": "^0.9.76",
"@fontsource/montserrat": "^4.5.13",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@googlemaps/js-api-loader": "^1.15.1",
"@googlemaps/markerclusterer": "^2.0.13",
"@vueuse/firebase": "^9.3.0",
"animejs": "^3.2.1",
"ant-design-vue": "^3.2.13",
"aos": "^2.3.4",
"axios": "^1.1.3",
"bootstrap": "^5.2.1",
"bootstrap-vue": "^2.22.0",
"fast-deep-equal": "^3.1.3",
"firebase": "^9.12.1",
"keen-slider": "^6.8.2",
"vue": "^3.2.39",
"vue-router": "^4.1.5",
"vue-scrollto": "^2.20.0",
"vue-search-input": "^1.1.10",
"vue3-carousel": "^0.2.4",
"vue3-marquee": "^3.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"vite": "^3.0.4"
}
}