mapchecking/package.json

24 wiersze
536 B
JSON
Czysty Zwykły widok Historia

2020-10-07 21:56:58 +00:00
{
"name": "mapchecking",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.4.0",
"@vitejs/plugin-vue": "^1.2.4",
2020-10-07 21:56:58 +00:00
"between": "git+https://github.com/paraboul/between.git",
"js-base64": "^3.5.2",
"tailwindcss": "^2.2.4",
2020-10-07 21:56:58 +00:00
"vue": "^3.0.0-rc.1"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-rc.1",
"autoprefixer": "^10.2.6",
2020-10-07 21:56:58 +00:00
"postcss": "^8.1.1",
"postcss-cli": "^8.0.0",
"vite": "^2.4.0"
2020-10-07 21:56:58 +00:00
}
}