mapchecking/package.json

29 wiersze
647 B
JSON

{
"name": "mapchecking",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite-ssg build"
},
"dependencies": {
"@types/google.maps": "^3.50.4",
"@vitejs/plugin-vue": "^3.1.2",
"@vueuse/core": "^9.3.1",
"fflate": "^0.7.4",
"js-base64": "^3.5.2",
"tailwindcss": "^3.2.1",
"tatween": "^0.2.0",
"vue": "^3.2.41"
},
"devDependencies": {
"@googlemaps/js-api-loader": "^1.14.0",
"@vue/compiler-sfc": "^3.2.41",
"@vueuse/head": "^0.9.8",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"vite": "^3.1.8",
"vite-ssg": "^0.21.1"
}
}