-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "cattn.dev",
"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 . && eslint .",
"format": "prettier --write ."
},
"engines": {
"node": ">=21.6.2",
"npm": ">=9.6.7"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-cloudflare": "^4.9.0",
"@sveltejs/kit": "^2.49.4",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/typography": "^0.5.16",
"@types/eslint": "^9.6.0",
"@types/markdown-it": "^14.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"globals": "^15.0.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.33.0",
"svelte-check": "^4.3.5",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.0",
"typescript-eslint": "^8.0.0",
"vite": "^6.3.0"
},
"type": "module",
"dependencies": {
"@cattn/hdr": "^0.3.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"bits-ui": "^2.15.4",
"clsx": "^2.1.1",
"markdown-it": "^14.1.0",
"svelte-inview": "^4.0.4",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1"
}
}