61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "@fawmi/vue-google-maps",
|
|
"description": "Google Map components for Vue.js 3",
|
|
"version": "0.5.0",
|
|
"private": false,
|
|
"main": "src/index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/xkjyeah/vue-google-maps/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "node service/commands/build.js",
|
|
"lint": "eslint --ext .js,.vue src"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.13",
|
|
"core-js": "^3.8.3",
|
|
"vue": "^3.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
"@babel/preset-env": "^7.12.13",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"babel-loader": "^8.2.2",
|
|
"chalk": "^4.1.0",
|
|
"copy-webpack-plugin": "^7.0.0",
|
|
"css-loader": "^5.0.1",
|
|
"dotenv": "^8.2.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-formatter-friendly": "^7.0.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^7.5.0",
|
|
"eslint-webpack-plugin": "^2.5.0",
|
|
"html-webpack-plugin": "^5.0.0",
|
|
"mini-css-extract-plugin": "^1.3.5",
|
|
"ora": "^5.3.0",
|
|
"postcss": "^8.2.4",
|
|
"postcss-loader": "^5.0.0",
|
|
"prettier": "2.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"strip-ansi": "^6.0.0",
|
|
"style-loader": "^2.0.0",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"thread-loader": "^3.0.1",
|
|
"vue-eslint-parser": "^7.4.1",
|
|
"vue-loader": "^16.1.2",
|
|
"vue-style-loader": "^4.1.2",
|
|
"webpack": "^5.20.2",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"bundleDependencies": false,
|
|
"homepage": "https://vue-map.netlify.app/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fawmi/vue-google-maps.git"
|
|
}
|
|
}
|