-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 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
{
"name": "erenaydev.com.tr",
"version": "0.0.3",
"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 ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.49.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "^9.6.1",
"@types/locomotive-scroll": "^4.1.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.15.0",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^4.2.20",
"svelte-check": "^4.3.5",
"svelte-copyright": "^2.1.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "5.4.20",
"vite-plugin-devtools-json": "^1.0.0"
},
"type": "module",
"dependencies": {
"@tabler/icons-svelte": "^3.36.1",
"@tailwindcss/vite": "^4.1.18",
"@techbana/device-type-capture": "^2.0.0",
"@types/bun": "^1.3.5",
"@types/node": "^24.10.4",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"locomotive-scroll": "^4.1.4",
"svelte-inview": "^4.0.4",
"svelte-motion": "^0.12.2",
"svelte-sonner": "0.3.28",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18"
},
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild"
]
}