e5d5d5ad9e
Bump eslint from 8.1.0 to 8.2.0
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "live-atlas",
|
|
"version": "2.0.0-beta.4",
|
|
"private": false,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"preview": "vite preview --port 8082",
|
|
"test": "jest",
|
|
"build": "vue-tsc --noEmit && vite build --out-dir dist",
|
|
"lint": "eslint --ext .ts,.vue src",
|
|
"lint:fix": "eslint -ext .ts,.vue src --fix",
|
|
"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.20",
|
|
"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.5",
|
|
"@types/node": "^16.11.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.3",
|
|
"@typescript-eslint/parser": "^5.3",
|
|
"@vitejs/plugin-vue": "^1.9",
|
|
"@vue/compiler-sfc": "^3.2.18",
|
|
"@vue/eslint-config-typescript": "^9.0",
|
|
"@vue/test-utils": "^2.0.0-rc.16",
|
|
"eslint": "^8.2",
|
|
"eslint-plugin-vue": "^7.20",
|
|
"jest": "^27.3.1",
|
|
"jest-in-case": "^1.0.2",
|
|
"patch-package": "^6.4",
|
|
"rollup-plugin-analyzer": "^4.0",
|
|
"sass": "^1.43",
|
|
"ts-jest": "^27.0.7",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.4",
|
|
"vite": "^2.6",
|
|
"vite-plugin-svg-sprite-component": "^1.0",
|
|
"vue-jest": "^5.0.0-alpha.10",
|
|
"vue-tsc": "0.28.10"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"rules": {}
|
|
}
|
|
}
|