-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "volunteerkz",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "vue-tsc --noEmit --skipLibCheck",
"preview": "vite preview --port 8080"
},
"dependencies": {
"vue": "^3.2.32"
},
"devDependencies": {
"@dafcoe/vue-collapsible-panel": "^0.2.0",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@types/fs-extra": "^9.0.13",
"@types/leaflet": "^1.7.9",
"@types/markdown-it": "^12.2.3",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.1",
"@vue-leaflet/vue-leaflet": "^0.6.1",
"@vueuse/head": "^0.7.6",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"leaflet": "^1.7.1",
"markdown-it": "^13.0.1",
"postcss-nesting": "^10.1.4",
"rollup-plugin-cleanup": "^3.2.1",
"transliteration": "^2.2.0",
"typescript": "^4.6.3",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.2",
"v-smooth-scroll": "^2.0.0-beta.2",
"vite": "^2.9.3",
"vite-plugin-md": "^0.12.4",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pages-sitemap": "^1.2.2",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-layouts": "^0.6.0",
"vue-easy-lightbox": "^1.4.1",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14",
"vue-tsc": "^0.29.8",
"vue3-accessible-accordions": "^0.5.0"
}
}