-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 865 Bytes
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
{
"name": "arxfinote",
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@12.3.4",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@preact/signals": "^2.11.2",
"@tailwindcss/vite": "^4.3.3",
"daisyui": "^5.7.28",
"dayjs": "^1.11.23",
"idb": "^8.0.3",
"lucide-preact": "^1.41.0",
"preact": "^10.29.8",
"preact-iso": "^2.12.2",
"tailwindcss": "^4.3.3",
"ulid": "^3.0.2",
"vite-plugin-pwa": "^1.3.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.6",
"@tailwindcss/typography": "^0.5.20",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/preact": "^3.2.4",
"fake-indexeddb": "^6.2.5",
"jsdom": "^30.0.1",
"sharp": "^0.35.4",
"vite": "^8.2.2",
"vitest": "^4.1.11"
}
}