e4c426fea3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.7.13 to 2.8.4. - [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/v2.8.4/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>
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "live-atlas",
|
|
"version": "2.0.1",
|
|
"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#f056e232a9f35ea3f15c054043a12c318fcb88b5",
|
|
"lodash.debounce": "^4.0.8",
|
|
"modern-normalize": "^1.1.0",
|
|
"vue": "^3.2.31",
|
|
"vuex": "^4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dynmap": "^3.1.1",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/jest-in-case": "^1.0.5",
|
|
"@types/leaflet": "1.7.9",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/node": "^17.0.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.12",
|
|
"@typescript-eslint/parser": "^5.12",
|
|
"@vitejs/plugin-vue": "^2.0",
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
"@vue/eslint-config-typescript": "^10.0",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
|
"cpy-cli": "^3.1.1",
|
|
"eslint": "^8.8",
|
|
"eslint-plugin-vue": "^8.4",
|
|
"jest": "^27.4.7",
|
|
"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.49",
|
|
"ts-jest": "^27.1.3",
|
|
"ts-node": "^10.5.0",
|
|
"typescript": "^4.5",
|
|
"vite": "^2.8.4",
|
|
"vite-plugin-svg-sprite-component": "^1.0",
|
|
"vue-tsc": "0.31.4"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"rules": {}
|
|
}
|
|
}
|