-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.36 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.36 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
{
"name": "geode-website",
"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",
"format": "prettier --write ."
},
"devDependencies": {
"@types/node": "^24.10.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.7",
"tslib": "^2.4.1"
},
"type": "module",
"dependencies": {
"@iconify/svelte": "^5.1.0",
"@svelte-put/clickoutside": "^4.0.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/enhanced-img": "^0.10",
"@sveltejs/kit": "^2.58.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/vite": "^4.2.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"redis": "^5.9.0",
"strip-indent": "^4.0.0",
"svelte": "^5.55.5",
"svelte-check": "^4.0.0",
"svelte-exmarkdown": "^5.0.2",
"svelte-highlight": "^7.6.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"typescript": "^5.5.0",
"vite": "^8.0.10"
}
}