LiveAtlas/package.json
dependabot[bot] 7319a15743
Bump vite from 2.4.4 to 2.5.1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.4.4 to 2.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@2.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 22:09:22 +00:00

54 lines
1.4 KiB
JSON

{
"name": "live-atlas",
"version": "2.0.0-beta.2",
"private": false,
"scripts": {
"serve": "vite",
"preview": "vite preview --port 8082",
"build": "vue-tsc --noEmit && vite build --out-dir dist",
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint -ext .ts,.vue src --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@kyvg/vue3-notification": "2.3.0",
"@soerenmartius/vue3-clipboard": "^0.1",
"leaflet": "git+https://github.com/JLyne/leaflet.git",
"normalize-scss": "^7.0",
"vue": "^3.2.2",
"vuex": "^4.0"
},
"devDependencies": {
"@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.29",
"@typescript-eslint/parser": "^4.29",
"@vitejs/plugin-vue": "^1.4",
"@vue/compiler-sfc": "^3.2.2",
"@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32",
"eslint-plugin-vue": "^7.16",
"patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.38",
"typescript": "^4.3",
"vite": "^2.5",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.2.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
}
}