-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.67 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.67 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
{
"name": "thx",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "npm run build && wrangler dev",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"deploy": "npm run build && wrangler deploy",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^7.2.4",
"@sveltejs/kit": "^2.49.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@types/animejs": "^3.1.13",
"@types/matter-js": "^0.20.2",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"autoprefixer": "^10.4.22",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.31",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.0",
"sass": "^1.95.1",
"svelte": "^5.45.8",
"svelte-check": "^4.3.4",
"svelte-confetti": "^2.3.2",
"tailwindcss": "^3.3.5",
"three": "^0.181.2",
"tslib": "^2.4.1",
"typescript": "^5.9.3",
"vanta": "^0.5.24",
"vite": "^7.2.7"
},
"type": "module",
"dependencies": {
"@internationalized/date": "^3.10.0",
"@tabler/icons-svelte": "^3.35.0",
"@vercel/analytics": "^1.6.1",
"animejs": "^4.2.2",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.19",
"gsap": "^3.14.1",
"lucide-svelte": "^0.556.0",
"matter-js": "^0.20.0",
"split-type": "^0.3.4",
"svelte-fast-marquee": "^1.0.2",
"svelte-icons": "^2.1.0",
"svelte-inview": "^4.0.4",
"tailwind-merge": "^2.1.0",
"tailwind-variants": "^0.1.19"
}
}