LiveAtlas/package.json
dependabot[bot] 3174b4bd56
Bump @types/leaflet from 1.7.5 to 1.7.6
Bumps [@types/leaflet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/leaflet) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/leaflet)

---
updated-dependencies:
- dependency-name: "@types/leaflet"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 22:14:49 +00:00

65 lines
1.7 KiB
JSON

{
"name": "live-atlas",
"version": "2.0.0-beta.4",
"private": false,
"scripts": {
"serve": "vite",
"preview": "vite preview --port 8082",
"test": "jest",
"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",
"modern-normalize": "^1.1.0",
"vue": "^3.2.21",
"vuex": "^4.0"
},
"devDependencies": {
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.0.2",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.6",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3",
"@typescript-eslint/parser": "^5.3",
"@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0",
"@vue/test-utils": "^2.0.0-rc.16",
"eslint": "^8.2",
"eslint-plugin-vue": "^7.20",
"jest": "^27.3.1",
"jest-in-case": "^1.0.2",
"patch-package": "^6.4",
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.43",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.4",
"vite": "^2.6",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-jest": "^5.0.0-alpha.10",
"vue-tsc": "0.29.4"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
}
}