LiveAtlas/package.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2020-11-20 18:43:30 +00:00
{
2020-12-17 14:48:36 +00:00
"name": "live-atlas",
2021-06-22 18:49:33 +00:00
"version": "1.2.2",
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",
"build": "vue-tsc --noEmit && vite build --out-dir dist",
2021-05-27 13:25:33 +00:00
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint -ext .ts,.vue src --fix",
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-05-25 13:21:37 +00:00
"@kyvg/vue3-notification": "^2.3.0",
2021-05-24 15:42:32 +00:00
"@soerenmartius/vue3-clipboard": "^0.1.2",
2021-05-25 12:15:47 +00:00
"focus-visible": "^5.2.0",
"leaflet": "^1.7.1",
2021-05-25 22:31:12 +00:00
"normalize-scss": "^7.0.1",
2021-05-25 12:15:47 +00:00
"vue": "^3.0.11",
"vuex": "^4.0.0"
},
"devDependencies": {
2021-05-25 22:31:12 +00:00
"@types/leaflet": "^1.7.0",
2021-05-17 02:39:25 +00:00
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
2021-05-15 19:25:03 +00:00
"@vitejs/plugin-vue": "^1.2.2",
2021-05-17 02:39:25 +00:00
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.26.0",
"eslint-plugin-vue": "^7.9.0",
2021-05-25 13:21:37 +00:00
"patch-package": "^6.4.7",
2021-05-24 15:43:13 +00:00
"rollup-plugin-analyzer": "^4.0.0",
2021-05-17 02:39:25 +00:00
"sass": "^1.32.13",
"typescript": "~4.2.4",
2021-05-15 19:25:03 +00:00
"vite": "^2.3.2",
"vite-plugin-svg-sprite-component": "^1.0.8",
2021-05-25 12:15:47 +00:00
"vue-tsc": "^0.1.2"
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
}