LiveAtlas/package.json
dependabot[bot] 60f40a1331
Bump cpy-cli from 3.1.1 to 4.1.0
Bumps [cpy-cli](https://github.com/sindresorhus/cpy-cli) from 3.1.1 to 4.1.0.
- [Release notes](https://github.com/sindresorhus/cpy-cli/releases)
- [Commits](https://github.com/sindresorhus/cpy-cli/compare/v3.1.1...v4.1.0)

---
updated-dependencies:
- dependency-name: cpy-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 14:11:25 +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#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.1",
"@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.21",
"@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.21",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^4.1.0",
"eslint": "^8.12",
"eslint-plugin-vue": "^8.6",
"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.4",
"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": {}
}
}