2020-11-20 18:43:30 +00:00
|
|
|
{
|
2020-12-17 14:48:36 +00:00
|
|
|
"name": "live-atlas",
|
2022-06-18 21:24:33 +00:00
|
|
|
"version": "3.1.0",
|
2020-12-19 01:42:14 +00:00
|
|
|
"private": false,
|
2020-11-20 18:43:30 +00:00
|
|
|
"scripts": {
|
2021-05-15 19:25:03 +00:00
|
|
|
"serve": "vite",
|
|
|
|
"preview": "vite preview --port 8082",
|
2022-06-21 22:26:32 +00:00
|
|
|
"test": "vitest",
|
|
|
|
"coverage": "vitest run --coverage",
|
2021-10-01 12:37:28 +00:00
|
|
|
"clean": "rimraf dist java/target/resources",
|
2021-10-09 14:03:46 +00:00
|
|
|
"copy": "cpy plugin.yml dist java/target/resources --parents && rimraf java/target/resources/assets/*.svg",
|
2021-10-01 13:24:18 +00:00
|
|
|
"build": "npm run clean && vue-tsc --noEmit && vite build --out-dir dist && npm-run-all copy mvn",
|
2021-05-27 13:25:33 +00:00
|
|
|
"lint": "eslint --ext .ts,.vue src",
|
|
|
|
"lint:fix": "eslint -ext .ts,.vue src --fix",
|
2021-10-01 13:24:18 +00:00
|
|
|
"mvn": "cd java && mvn package && cd ..",
|
2021-05-25 13:21:37 +00:00
|
|
|
"postinstall": "patch-package"
|
2020-11-20 18:43:30 +00:00
|
|
|
},
|
2021-05-25 12:15:47 +00:00
|
|
|
"dependencies": {
|
2021-07-19 14:25:43 +00:00
|
|
|
"@kyvg/vue3-notification": "2.3.0",
|
|
|
|
"@soerenmartius/vue3-clipboard": "^0.1",
|
2022-06-27 12:56:45 +00:00
|
|
|
"leaflet": "git+https://github.com/JLyne/Leaflet.git#0bf4e3f70c2559771592c077401027a6c4913376",
|
2022-01-17 15:15:00 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2021-09-08 18:28:39 +00:00
|
|
|
"modern-normalize": "^1.1.0",
|
2022-06-17 12:47:27 +00:00
|
|
|
"vue": "^3.2.37",
|
2021-07-19 14:25:43 +00:00
|
|
|
"vuex": "^4.0"
|
2021-05-25 12:15:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-12 00:22:52 +00:00
|
|
|
"@types/dynmap": "^3.1.1",
|
2022-06-17 12:16:48 +00:00
|
|
|
"@types/leaflet": "1.7.11",
|
2022-05-28 13:28:21 +00:00
|
|
|
"@types/lodash.debounce": "^4.0.7",
|
2022-06-17 11:59:44 +00:00
|
|
|
"@types/node": "^18.0.0",
|
2022-06-17 12:47:36 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.28",
|
2022-06-17 12:17:03 +00:00
|
|
|
"@typescript-eslint/parser": "^5.28",
|
2022-04-26 14:26:54 +00:00
|
|
|
"@vitejs/plugin-vue": "^2.3",
|
2022-06-06 22:07:32 +00:00
|
|
|
"@vue/compiler-sfc": "^3.2.37",
|
2021-12-27 23:24:21 +00:00
|
|
|
"@vue/eslint-config-typescript": "^10.0",
|
2022-05-28 13:38:41 +00:00
|
|
|
"@vue/test-utils": "^2.0.0",
|
2022-04-26 14:24:07 +00:00
|
|
|
"@vue/vue3-jest": "^27.0.0",
|
2022-06-21 22:26:32 +00:00
|
|
|
"c8": "^7.11.3",
|
2022-04-26 14:11:25 +00:00
|
|
|
"cpy-cli": "^4.1.0",
|
2022-06-17 11:59:44 +00:00
|
|
|
"eslint": "^8.17",
|
2022-05-02 22:08:26 +00:00
|
|
|
"eslint-plugin-vue": "^8.7",
|
2021-10-01 12:37:28 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2021-07-19 14:25:43 +00:00
|
|
|
"patch-package": "^6.4",
|
2021-10-01 12:37:28 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2021-07-19 14:25:43 +00:00
|
|
|
"rollup-plugin-analyzer": "^4.0",
|
2022-05-23 22:15:09 +00:00
|
|
|
"sass": "^1.52",
|
2022-06-06 22:07:48 +00:00
|
|
|
"ts-node": "^10.8.1",
|
2022-06-17 12:52:44 +00:00
|
|
|
"typescript": "^4.7",
|
2022-06-17 11:59:50 +00:00
|
|
|
"vite": "2.9.12",
|
2021-07-19 14:25:43 +00:00
|
|
|
"vite-plugin-svg-sprite-component": "^1.0",
|
2022-06-21 22:26:32 +00:00
|
|
|
"vitest": "^0.15.2",
|
2022-06-17 11:59:43 +00:00
|
|
|
"vue-tsc": "0.37.9"
|
2020-11-20 18:43:30 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/vue3-essential",
|
2020-11-20 21:47:56 +00:00
|
|
|
"eslint:recommended",
|
|
|
|
"@vue/typescript"
|
2020-11-20 18:43:30 +00:00
|
|
|
],
|
|
|
|
"parserOptions": {
|
2020-11-20 21:47:56 +00:00
|
|
|
"parser": "@typescript-eslint/parser"
|
2020-11-20 18:43:30 +00:00
|
|
|
},
|
|
|
|
"rules": {}
|
2021-05-25 12:15:47 +00:00
|
|
|
}
|
2020-11-20 18:43:30 +00:00
|
|
|
}
|