-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.01 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
{
"name": "klimadashboard-core",
"version": "2.0.0",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"codegen": "graphql-codegen",
"start": "node build"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.0",
"@playwright/test": "^1.21.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tailwindcss/postcss": "^4.0.0",
"@types/d3-scale": "^4.0.9",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.3.0",
"graphql": "^16.10.0",
"graphql-codegen-svelte-apollo": "^1.1.0",
"postcss": "^8.4.13",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.19.3",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^4.0.5",
"typescript": "^5.8.3"
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.13.7",
"@deck.gl/core": "^9.1.5",
"@deck.gl/geo-layers": "^9.1.5",
"@deck.gl/layers": "^9.1.5",
"@directus/sdk": "^16.1.1",
"@splidejs/svelte-splide": "^0.2.9",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/svelte-scroller": "^2.0.7",
"@tabler/icons-svelte-runes": "^3.40.0",
"@tailwindcss/vite": "^4.0.5",
"@turf/bbox": "^7.2.0",
"@turf/boolean-contains": "^7.2.0",
"@turf/centroid": "^7.2.0",
"@turf/union": "^7.2.0",
"@zumer/snapdom": "^2.0.2",
"d3": "^7.6.1",
"dayjs": "^1.11.3",
"eslint-plugin-svelte": "^2.46.1",
"maplibre-gl": "^5.2.0",
"papaparse": "^5.3.2",
"playwright": "^1.49.1",
"stripe": "^19.3.1",
"svelteplot": "^0.5.0",
"vite": "^5.0.0",
"zod": "^3.24.2"
}
}