LiveAtlas/package.json
dependabot[bot] dba674c614
Bump vue-tsc from 0.37.7 to 0.37.9
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.37.7 to 0.37.9.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.37.9/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 11:59:43 +00:00

73 lines
2.1 KiB
JSON

{
"name": "live-atlas",
"version": "3.0.0",
"private": false,
"scripts": {
"serve": "vite",
"preview": "vite preview --port 8082",
"test": "jest",
"clean": "rimraf dist java/target/resources",
"copy": "cpy plugin.yml dist java/target/resources --parents && rimraf java/target/resources/assets/*.svg",
"build": "npm run clean && vue-tsc --noEmit && vite build --out-dir dist && npm-run-all copy mvn",
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint -ext .ts,.vue src --fix",
"mvn": "cd java && mvn package && cd ..",
"postinstall": "patch-package"
},
"dependencies": {
"@kyvg/vue3-notification": "2.3.0",
"@soerenmartius/vue3-clipboard": "^0.1",
"leaflet": "git+https://github.com/JLyne/Leaflet.git#843eb3124492dc48245cd187c6dc94c2f33b65c1",
"lodash.debounce": "^4.0.8",
"modern-normalize": "^1.1.0",
"vue": "^3.2.36",
"vuex": "^4.0"
},
"devDependencies": {
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.1",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.10",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.27",
"@typescript-eslint/parser": "^5.27",
"@vitejs/plugin-vue": "^2.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0",
"@vue/vue3-jest": "^27.0.0",
"cpy-cli": "^4.1.0",
"eslint": "^8.16",
"eslint-plugin-vue": "^8.7",
"jest": "^27.5.1",
"jest-in-case": "^1.0.2",
"npm-run-all": "^4.1.5",
"patch-package": "^6.4",
"rimraf": "^3.0.2",
"rollup-plugin-analyzer": "^4.0",
"sass": "^1.52",
"ts-jest": "^27.1.4",
"ts-node": "^10.8.1",
"typescript": "^4.5",
"vite": "2.9.9",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.37.9"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
}
}