-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.6 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.6 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
{
"name": "ratar-td",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write .",
"wiki-pull": "WIKI_URL=http://tower-defense.kristn.co.uk/public-static-void-main-string-args/balancer-data.csv npx tsx prisma/wiki-pull.ts"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"devDependencies": {
"@lucide/svelte": "^0.483.0",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/node": "^22.10.5",
"@types/prismjs": "^1.26.5",
"@types/three": "^0.174.0",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.3.13",
"clsx": "^2.1.1",
"formsnap": "^2.0.0",
"lucide-svelte": "^0.469.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.2.1",
"prismjs": "^1.30.0",
"svelte": "^5.17.1",
"svelte-check": "^4.1.3",
"sveltekit-superforms": "^2.22.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"vite": "^6.2.2",
"zod": "^3.24.1"
},
"type": "module",
"dependencies": {
"@auth/sveltekit": "^1.7.4",
"@prisma/client": "^6.2.1",
"@sveltejs/adapter-node": "^5.2.11",
"@threlte/core": "^8.0.1",
"@threlte/extras": "^9.0.2",
"datetime-difference": "^1.0.2",
"three": "^0.174.0"
}
}