mapchecking/package.json

29 wiersze
649 B
JSON

{
"name": "mapchecking",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite-ssg build"
},
"dependencies": {
"@types/google.maps": "^3.52.3",
"@vitejs/plugin-vue": "^4.1.0",
"@vueuse/core": "^9.13.0",
"fflate": "^0.7.4",
"js-base64": "^3.7.5",
"tailwindcss": "^3.2.7",
"tatween": "^0.2.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@googlemaps/js-api-loader": "^1.15.1",
"@vue/compiler-sfc": "^3.2.47",
"@vueuse/head": "^1.1.23",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"vite": "^4.2.1",
"vite-ssg": "^0.22.1"
}
}