-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "kobirt",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint --ext \".js,.vue,.ts\" --fix --ignore-path .gitignore .",
"format:geojson": "node ./commands/format-geojson.js"
},
"dependencies": {
"axios": "^0.21.1",
"leaflet": "^1.7.1",
"vue": "^3.2.21"
},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/leaflet": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.1.4",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^8.0.3",
"prettier": "^2.3.2",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"typescript": "^4.4.3",
"vite": "^2.6.13",
"vite-plugin-windicss": "^1.2.4",
"vue-tsc": "^0.3.0"
}
}