-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.81 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
52
53
54
55
56
57
{
"name": "muelli.app",
"version": "2.0.0",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "node --no-warnings ./node_modules/.bin/vite",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"update:browserlist": "npx browserslist@latest --update-db"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@unhead/vue": "^1.8.10",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"airtable": "^0.12.2",
"compressorjs": "^1.2.1",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"leaflet.path.drag": "^0.0.6",
"markdown-it": "^14.0.0",
"pinia": "^2.1.7",
"register-service-worker": "^1.7.2",
"vite-plugin-package-version": "^1.1.0",
"vue": "^3.4.21",
"vue-leaflet-markercluster": "^0.5.1",
"vue-number-animation": "^2.0.2",
"vue-router": "^4.2.5",
"vuetify": "^3.5.14",
"vuetify-sonner": "^0.3.12"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@types/leaflet": "^1.9.8",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vuetify": "^2.1.1",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"typescript": "^5.3.3",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.6",
"vite-plugin-pwa": "^0.18.1",
"vite-plugin-vuetify": "^2.0.1",
"vue-tsc": "^1.8.27"
}
}