2020-11-20 18:43:30 +00:00
|
|
|
{
|
2020-12-17 14:48:36 +00:00
|
|
|
"name": "live-atlas",
|
2021-02-08 00:27:45 +00:00
|
|
|
"version": "0.7.5",
|
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",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint src --fix"
|
2020-11-20 18:43:30 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"core-js": "^3.6.5",
|
2020-12-12 21:35:55 +00:00
|
|
|
"vue": "^3.0.0"
|
2020-11-20 18:43:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-13 02:50:17 +00:00
|
|
|
"@types/clipboard": "^2.0.1",
|
2020-11-23 12:13:28 +00:00
|
|
|
"@types/leaflet": "^1.5.19",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.1.0",
|
|
|
|
"@typescript-eslint/parser": "^4.1.0",
|
2021-05-15 19:25:03 +00:00
|
|
|
"@vitejs/plugin-vue": "^1.2.2",
|
2020-11-20 18:43:30 +00:00
|
|
|
"@vue/compiler-sfc": "^3.0.0",
|
2020-11-20 21:47:56 +00:00
|
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
2020-12-13 02:50:17 +00:00
|
|
|
"clipboard": "^2.0.6",
|
2020-11-23 12:13:28 +00:00
|
|
|
"eslint": "^7.5.0",
|
2020-11-20 21:44:02 +00:00
|
|
|
"eslint-plugin-vue": "^7.0.0-0",
|
|
|
|
"leaflet": "^1.7.1",
|
2020-11-23 12:13:28 +00:00
|
|
|
"normalize-scss": "^7.0.1",
|
2020-11-20 21:44:02 +00:00
|
|
|
"sass": "^1.29.0",
|
2020-12-12 21:35:55 +00:00
|
|
|
"svgo": "^1.1.0",
|
|
|
|
"svgo-loader": "^2.1.0",
|
2020-11-20 21:47:56 +00:00
|
|
|
"typescript": "~3.9.3",
|
2021-05-15 19:25:03 +00:00
|
|
|
"vite": "^2.3.2",
|
|
|
|
"vite-plugin-svg-sprite-component": "^1.0.8",
|
2020-12-12 21:35:55 +00:00
|
|
|
"vue-cli-plugin-svg-sprite": "~1.0.0",
|
2021-05-15 19:25:03 +00:00
|
|
|
"vue-tsc": "^0.1.2",
|
2020-11-20 21:44:02 +00:00
|
|
|
"vuex": "^4.0.0-rc.1"
|
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": {}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
2020-12-22 18:52:38 +00:00
|
|
|
"not dead",
|
|
|
|
"not IE 11",
|
|
|
|
"not op_mini all"
|
2020-11-20 18:43:30 +00:00
|
|
|
]
|
|
|
|
}
|