-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.39 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.39 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "uniboaule",
"version": "0.2.0",
"type": "module",
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test": "vitest run"
},
"devDependencies": {
"@eslint/compat": "^2.0.5",
"@eslint/js": "^10.0.1",
"@fontsource-variable/merriweather-sans": "^5.2.7",
"@iconify-svelte/material-symbols": "^1.0.24",
"@iconify-svelte/mdi": "^1.0.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/leaflet": "^1.9.21",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"daisyui": "^5.5.19",
"dayjs": "^1.11.20",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.0",
"globals": "^17.5.0",
"leaflet": "^1.9.4",
"monaco-editor": "^0.55.1",
"postcss": "^8.5.9",
"prettier": "^3.8.2",
"prettier-plugin-svelte": "^3.5.1",
"sass": "^1.99.0",
"svelte": "^5.55.3",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.2.2",
"tslib": "^2.8.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.8",
"vitest": "^4.1.4"
},
"pnpm": {
"overrides": {
"@sveltejs/kit@>=2.49.0 <=2.53.2": ">=2.53.3",
"ajv@<6.14.0": ">=6.14.0",
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
"cookie@<0.7.0": ">=0.7.0",
"devalue@<5.6.4": ">=5.6.4",
"dompurify@>=3.1.3 <=3.3.1": ">=3.3.2",
"flatted@<=3.4.1": ">=3.4.2",
"immutable@>=5.0.0 <5.1.5": ">=5.1.5",
"minimatch@>=3.0.0 <3.1.4": ">=3.1.4",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"vite@>=7.0.0 <=7.3.1": ">=7.3.2",
"yaml@>=1.0.0 <1.10.3": ">=1.10.3",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0"
}
}