{ "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#9e87f915b704680157a9287630928d90387e0882", "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.25", "@typescript-eslint/eslint-plugin": "^5.12", "@typescript-eslint/parser": "^5.17", "@vitejs/plugin-vue": "^2.2", "@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.12", "eslint-plugin-vue": "^8.4", "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.50", "ts-jest": "^27.1.3", "ts-node": "^10.5.0", "typescript": "^4.5", "vite": "2.7.13", "vite-plugin-svg-sprite-component": "^1.0", "vue-tsc": "0.33.9" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/vue3-essential", "eslint:recommended", "@vue/typescript" ], "parserOptions": { "parser": "@typescript-eslint/parser" }, "rules": {} } }