+2
−2
index.html
0 → 100644
+12
−0
+7
−12
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -7,7 +7,7 @@ | ||
"sideEffects": false,
|
||
"main": "dist/vue-leaflet.cjs.js",
|
||
"unpkg": "dist/vue-leaflet.umd.js",
|
||
"module": "dist/vue-leaflet.esm.js",
|
||
"module": "dist/vue-leaflet.es.js",
|
||
"files": [
|
||
"dist/",
|
||
"src/"
|
||
| @@ -17,9 +17,9 @@ | ||
"url": "git@github.com:vue-leaflet/vue-leaflet.git"
|
||
},
|
||
"scripts": {
|
||
"serve": "vue-cli-service serve ./src/playground/index.js",
|
||
"build": "rollup -c rollup.config.js",
|
||
"lint": "vue-cli-service lint",
|
||
"dev": "vite",
|
||
"build": "vite build",
|
||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
||
"prepublishOnly": "npm run lint && npm run build",
|
||
"postversion": "git push --follow-tags",
|
||
"docs:dev": "vitepress dev docs",
|
||
| @@ -31,10 +31,7 @@ | ||
},
|
||
"devDependencies": {
|
||
"@types/leaflet": "^1.5.7",
|
||
"@vue/cli-plugin-babel": "~4.5.0",
|
||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||
"@vue/cli-service": "~4.5.0",
|
||
"@vue/compiler-sfc": "^3.0.0",
|
||
"@vitejs/plugin-vue": "^4.0.0",
|
||
"babel-eslint": "^10.1.0",
|
||
"eslint": "^6.7.2",
|
||
"eslint-config-prettier": "^6.11.0",
|
||
| @@ -44,11 +41,9 @@ | ||
"leaflet": "^1.6.0",
|
||
"lint-staged": "^10.4.0",
|
||
"prettier": "^2.0.5",
|
||
"rollup": "^2.8.0",
|
||
"rollup-plugin-commonjs": "^10.1.0",
|
||
"rollup-plugin-vue": "^6.0.0-beta.11",
|
||
"vite": "^4.1.1",
|
||
"vitepress": "^0.6.0",
|
||
"vue": "^3.0.0",
|
||
"vue": "^3.2.25",
|
||
"vue-router": "^4.0.0-rc.5"
|
||
},
|
||
"husky": {
|
||
vite.config.js
0 → 100644
+31
−0
+419
−6698
File changed.
Preview size limit exceeded, changes collapsed.
Loading