-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.77 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
60
61
62
{
"name": "tally",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"gen": "node scripts/gen.js",
"import-dump": "bash scripts/import-prod-dump.sh"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@fontsource-variable/geist": "^5.2.8",
"@number-flow/react": "^0.6.0",
"@remotion/player": "^4.0.454",
"@supabase/supabase-js": "^2.104.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/db": "^0.6.5",
"@tanstack/intent": "^0.0.29",
"@tanstack/query-db-collection": "^1.0.36",
"@tanstack/react-db": "^0.1.83",
"@tanstack/react-query": "^5.99.2",
"@tanstack/react-router": "^1.168.23",
"framer-motion": "^12.38.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"remotion": "^4.0.454",
"tailwindcss": "^4.2.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@remotion/cli": "^4.0.454",
"@remotion/tailwind-v4": "^4.0.454",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"jsdom": "^29.0.2",
"msw": "^2.13.4",
"playwright": "^1.59.1",
"prettier": "3.8.3",
"supazod": "^4.5.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.9",
"vite-bundle-analyzer": "^1.3.8",
"vitest": "^4.1.5"
}
}