-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1001 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1001 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
30
31
32
33
34
35
36
37
{
"name": "sparrow-admin-app",
"private": true,
"version": "2.39.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/d3": "^7.4.3",
"@types/node": "^22.15.3",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^4.2.9",
"svelte-check": "^3.3.0",
"typescript": "~5.3.3",
"vite": "^5.4.0"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.4",
"@tanstack/svelte-table": "^8.21.3",
"axios": "^1.9.0",
"d3": "^7.9.0",
"posthog-js": "^1.257.0",
"socket.io-client": "^4.8.1",
"svelte-motion": "^0.12.2",
"svelte-routing": "^2.13.0",
"svelte-toasts": "^1.1.2",
"tailwindcss": "^4.1.4"
}
}