-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
51
{
"name": "Haven",
"version": "0.1",
"private": false,
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build-dev": "vite build --mode development",
"build": "vite build",
"lint": "vite lint"
},
"dependencies": {
"@ionic/vue": "^6.6.0",
"@types/faker": "^6.6.9",
"@vueuse/core": "^9.10.0",
"async": "^3.2.4",
"async-es": "^3.2.4",
"core-js": "^3.27.1",
"faker": "^6.6.6",
"fast-glob": "^3.2.12",
"gsap": "^3.11.4",
"imagesloaded": "^5.0.0",
"lazysizes": "^5.3.2",
"leaflet": "^1.9.3",
"leaflet-geosearch": "^3.7.0",
"leaflet.locatecontrol": "^0.79.0",
"loader-utils": "^3.2.1",
"mitt": "^3.0.0",
"mobile-device-detect": "^0.4.3",
"split-type": "^0.3.3",
"vue": "^3.2.45",
"vue-ellipse-progress": "^2.1.1",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"@vue/test-utils": "2.2.7",
"gh-pages": "^4.0.0",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"typescript": "~4.9.4",
"vite": "^4.0.4",
"vite-plugin-pwa": "^0.14.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-jest": "^5.0.0-0"
},
"homepage": "replace with url for production build"
}