-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "svelte-animations",
"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": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-vercel": "4",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.7",
"@types/node": "^20.14.9",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"postcss": "^8.4.38",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-seo": "^1.6.1",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@internationalized/date": "^3.5.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tsparticles/svelte": "^3.1.1",
"bits-ui": "^0.21.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"cobe": "^0.6.3",
"embla-carousel-svelte": "^8.1.7",
"embla-carousel-wheel-gestures": "^8.0.1",
"lucide-svelte": "^0.399.0",
"marked": "^13.0.2",
"mini-svg-data-uri": "^1.4.4",
"mode-watcher": "^0.3.1",
"paneforge": "^0.0.5",
"shiki": "^1.10.0",
"svelte-inview": "^4.0.2",
"svelte-motion": "^0.12.2",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1"
}
}