55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "live-atlas",
|
|
"version": "1.1.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"preview": "vite preview --port 8082",
|
|
"build": "vue-tsc --noEmit && vite build --out-dir dist",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@kyvg/vue3-notification": "^2.3.0",
|
|
"@soerenmartius/vue3-clipboard": "^0.1.2",
|
|
"focus-visible": "^5.2.0",
|
|
"leaflet": "^1.7.1",
|
|
"normalize-scss": "^7.0.1",
|
|
"vue": "^3.0.11",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/leaflet": "^1.7.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
|
"@typescript-eslint/parser": "^4.23.0",
|
|
"@vitejs/plugin-vue": "^1.2.2",
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"eslint": "^7.26.0",
|
|
"eslint-plugin-vue": "^7.9.0",
|
|
"patch-package": "^6.4.7",
|
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
"sass": "^1.32.13",
|
|
"typescript": "~4.2.4",
|
|
"vite": "^2.3.2",
|
|
"vite-plugin-svg-sprite-component": "^1.0.8",
|
|
"vue-tsc": "^0.1.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended",
|
|
"@vue/typescript"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"rules": {}
|
|
}
|
|
}
|