-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.5 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.5 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
{
"name": "orcfax.io",
"version": "2025-07-21",
"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-static": "^3.0.1",
"@sveltejs/kit": "^2.17.3",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.16",
"daisyui": "3.1.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.20.5",
"svelte-check": "^4.1.4",
"tailwindcss": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^5.7.3",
"vite": "^5.4.14"
},
"type": "module",
"dependencies": {
"@lucide/svelte": "^0.479.0",
"@splinetool/runtime": "^1.0.17",
"@types/chart.js": "^2.9.41",
"chart.js": "^4.4.8",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"motion": "^12.6.3",
"tailwind-merge": "^3.0.2",
"zod": "^3.24.1"
}
}