-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
{
"name": "blr-city-officials",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint './src/**/*.{js,ts,svelte}'",
"lint:fix": "eslint --fix './src/**/*.{js,ts,svelte}'"
},
"devDependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-cloudflare": "^5.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tsconfig/svelte": "^5.0.4",
"@types/gtag.js": "^0.0.20",
"@types/topojson-client": "^3.1.5",
"@typescript-eslint/parser": "^8.18.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"prettier-plugin-svelte": "^3.3.2",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"svelte-eslint-parser": "^0.42.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.17",
"topojson-client": "^3.1.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"dependencies": {
"@mapbox/polylabel": "^1.0.2",
"@turf/area": "^7.1.0",
"@turf/bbox": "^7.1.0",
"@types/geojson": "^7946.0.15",
"maplibre-gl": "^4.7.1",
"polygon-lookup": "^2.6.0",
"svelte-i18n": "^4.0.1",
"svelte-use-click-outside": "^1.0.0"
}
}