mapchecking/package.json

25 wiersze
537 B
JSON

{
"name": "mapchecking",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.4.0",
"@types/google.maps": "^3.48.3",
"@vitejs/plugin-vue": "^2.2.4",
"js-base64": "^3.5.2",
"tailwindcss": "^3.0.23",
"tatween": "^0.2.0",
"vue": "^3.0.0-rc.1"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-rc.1",
"autoprefixer": "^10.2.6",
"postcss": "^8.1.1",
"postcss-cli": "^8.0.0",
"vite": "^2.4.0"
}
}