-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "anchors-maplibre-gl",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"prepare": "prettier --write .",
"lint": "eslint --ext .ts,.js,.vue,.cjs"
},
"dependencies": {
"@headlessui/vue": "^1.7.7",
"@vue-leaflet/vue-leaflet": "^0.7.0",
"@vueuse/core": "^9.10.0",
"@vueuse/gesture": "^2.0.0-beta.1",
"@vueuse/motion": "^2.0.0-beta.12",
"axios": "^1.2.2",
"leaflet": "^1.9.3",
"maplibre-gl": "^2.4.0",
"openrouteservice-js": "^0.2.0",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@mdi/js": "^7.0.96",
"@rushstack/eslint-patch": "^1.1.4",
"@types/geojson": "^7946.0.10",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vuejs-accessibility": "^2.0.0",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-dts": "^1.5.0",
"vite-plugin-rewrite-all": "^1.0.1"
},
"peerDependencies": {},
"engines": {
"node": ">=16"
}
}