-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.6 KB
/
package.json
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
{
"name": "my-app",
"version": "0.0.1",
"private": true,
"engines": {
"node": "20"
},
"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 . && eslint .",
"format": "prettier --write .",
"postbuild": "vite build --mode preview"
},
"devDependencies": {
"@divriots/jampack": "^0.25.0",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/fa6-solid": "^1.1.24",
"@iconify-json/ic": "^1.1.18",
"@iconify-json/mdi": "^1.1.68",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/streamline": "^1.1.9",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/adapter-vercel": "^5.4.3",
"@sveltejs/enhanced-img": "^0.3.3",
"@sveltejs/kit": "^2.5.22",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/eslint": "^9.6.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vcarl/remark-headings": "^0.1.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"idb": "^8.0.0",
"mdsvex": "^0.11.2",
"mdsvex-relative-images": "^1.0.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-external-links": "^9.0.1",
"remark-reading-time": "^2.0.1",
"remark-toc": "^9.0.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"svelte-preprocess-import-assets": "^1.1.0",
"svelte-youtube-embed": "^0.3.0",
"tailwindcss": "^3.4.10",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.0",
"vite-plugin-restart": "^0.4.1",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.0.5"
},
"type": "module",
"dependencies": {
"@supabase/supabase-js": "^2.45.1",
"@types/sortablejs": "^1.15.8",
"camera-controls": "^2.8.5",
"date-fns": "^3.6.0",
"lite-youtube-embed": "^0.3.3",
"node-html-parser": "^6.1.13",
"sortablejs": "^1.15.2",
"svelte-persisted-store": "^0.11.0",
"tailwindcss-animate": "^1.0.7",
"theme-change": "^2.5.0",
"three": "^0.167.1",
"vanilla-tilt": "^1.8.1"
}
}