-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 801 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
{
"name": "apple-silicon-table",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"export-csv": "bun export-csv.js",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@posthog/react": "^1.10.0",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-table": "^8.21.3",
"daisyui": "^5.5.20",
"posthog-js": "^1.380.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^6.0.2",
"jsdom": "^29.1.1",
"vite": "^8.0.16",
"vitest": "^4.1.8"
}
}