-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 923 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 923 Bytes
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
{
"name": "basemaps-flavors",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"build-ghpages": "tsc -b && vite build --base=/basemaps-flavors/",
"check": "biome check app flavors vite.config.ts --javascript-formatter-indent-style=space --json-formatter-indent-style=space",
"format": "biome format --write app flavors vite.config.ts --javascript-formatter-indent-style=space --json-formatter-indent-style=space"
},
"dependencies": {
"@protomaps/basemaps": "5.7.0",
"maplibre-gl": "5.18.0",
"solid-js": "1.9.11"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/vite": "4.1.18",
"@types/node": "^22.15.18",
"tailwindcss": "4.1.18",
"typescript": "5.8.3",
"vite": "6.4.1",
"vite-plugin-solid": "2.11.6",
"vitest": "^3.1.4"
}
}