LiveAtlas/package.json
dependabot[bot] 97645085d5
Bump typescript from 4.5.2 to 4.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

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

71 lines
2.0 KiB
JSON

{
"name": "live-atlas",
"version": "2.0.0-beta.4",
"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",
"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.12",
"@typescript-eslint/eslint-plugin": "^5.3",
"@typescript-eslint/parser": "^5.6",
"@vitejs/plugin-vue": "^1.10",
"@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1",
"eslint": "^8.4",
"eslint-plugin-vue": "^8.0",
"jest": "^27.3.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.43",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.5",
"vite": "^2.7.1",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.29.8"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
}
}