-
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.49 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.49 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": "phase-tracker",
"private": true,
"type": "module",
"scripts": {
"dev": "netlify dev",
"build": "bun --bun react-router build",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "bun --bun react-router typegen && bunx tsc",
"prettier": "bunx prettier --write .",
"lint": "bunx eslint ."
},
"dependencies": {
"@netlify/functions": "^3.1.10",
"@react-router/node": "^7.13.0",
"@react-router/serve": "^7.13.0",
"@supabase/supabase-js": "^2.91.1",
"@tanstack/react-query": "^5.90.20",
"d3": "^7.9.0",
"framer-motion": "^12.29.0",
"isbot": "^5.1.33",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.13.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@netlify/vite-plugin-react-router": "^0.0.0",
"@react-router/dev": "^7.13.0",
"@tailwindcss/vite": "^4.1.18",
"@types/d3": "^7.4.3",
"@types/node": "^20.19.30",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "^6.4.1",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}