-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.73 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.73 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "contour",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build-db": "prisma generate && prisma push db",
"preview": "vite preview --port 5173 --host",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@internationalized/date": "^3.8.2",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-node": "^5.2.14",
"@sveltejs/kit": "^2.28.0",
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@types/better-sqlite3": "^7.6.13",
"@types/chroma-js": "^3.1.1",
"@types/eslint": "9.6.1",
"@types/node": "^24.2.1",
"@types/nprogress": "^0.2.3",
"@types/pluralize": "^0.0.33",
"@types/uuid": "^10.0.0",
"@vvo/tzdb": "^6.183.0",
"abort-controller": "^3.0.0",
"bits-ui": "^2.9.2",
"chalk": "^5.5.0",
"country-code-emoji": "^2.3.0",
"cssnano": "^7.1.0",
"date-fns": "^4.1.0",
"date-format": "^4.0.14",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.11.0",
"fast-xml-parser": "^5.2.5",
"fuse.js": "^7.1.0",
"lucide-svelte": "^0.539.0",
"neat-csv": "^7.0.0",
"node-fetch": "^3.3.2",
"nprogress": "^0.2.0",
"pluralize": "^8.0.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"suncalc": "^1.9.0",
"svelte": "^5.38.1",
"svelte-check": "^4.3.1",
"tailwindcss": "^4.1.11",
"tmp": "^0.2.5",
"typescript": "^5.9.2",
"uuid": "^11.1.0",
"vite": "^7.1.2",
"vite-plugin-devtools-json": "^0.4.1"
},
"type": "module",
"dependencies": {
"@deck.gl/core": "^9.1.14",
"@deck.gl/extensions": "^9.1.14",
"@deck.gl/geo-layers": "^9.1.14",
"@deck.gl/layers": "^9.1.14",
"@deck.gl/widgets": "^9.1.14",
"@prisma/client": "^6.14.0",
"@tailwindcss/vite": "^4.1.11",
"@types/suncalc": "^1.9.2",
"@unovis/svelte": "^1.5.2",
"@unovis/ts": "^1.5.2",
"chroma-js": "^3.1.2",
"clsx": "^2.1.1",
"prisma": "^6.14.0",
"deck.gl": "^9.1.14",
"exceljs": "^4.4.0",
"mjolnir.js": "^3.0.0",
"mode-watcher": "^1.1.0",
"puppeteer": "^24.26.1",
"read-excel-file": "^5.8.8",
"runed": "^0.31.1",
"sharp": "^0.34.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.6",
"unzipit": "^1.4.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}