-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.48 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.48 KB
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
53
54
55
56
57
58
59
60
61
62
63
{
"type": "module",
"packageManager": "pnpm@10.18.0",
"imports": {
"#*": "./*"
},
"engines": {
"node": ">=22.14.0"
},
"scripts": {
"postinstall": "openapi-ts",
"dev": "env-cmd -- vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "vue-tsc"
},
"dependencies": {
"@iconify-json/fa-brands": "1.2.2",
"@iconify-json/ph": "1.2.2",
"@vueuse/core": "13.9.0",
"calendar-link": "2.11.0",
"leaflet": "1.9.4",
"lightningcss": "1.30.2",
"markdown-it": "14.1.0",
"markdown-it-container": "4.0.0",
"medium-zoom": "1.1.0",
"osmtogeojson": "3.0.0-beta.5",
"reka-ui": "2.5.1",
"unplugin-icons": "22.4.2",
"unplugin-vue-components": "29.1.0",
"vitepress": "2.0.0-alpha.12",
"vue": "3.5.22",
"vue-sonner": "2.0.9"
},
"devDependencies": {
"@antfu/eslint-config": "5.4.1",
"@hey-api/openapi-ts": "0.77.0",
"@types/leaflet": "1.9.20",
"@types/markdown-it": "14.1.2",
"@types/node": "22.18.8",
"env-cmd": "11.0.0",
"eslint": "9.37.0",
"eslint-plugin-format": "1.0.2",
"husky": "9.1.7",
"lint-staged": "16.2.3",
"typescript": "5.9.3",
"vite": "7.1.9",
"vue-tsc": "3.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"vue-demi",
"unrs-resolver",
"esbuild"
]
},
"lint-staged": {
"*": "eslint --no-warn-ignored --fix"
}
}