-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 930 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
{
"name": "transfergit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "node --test lib/**/*.test.ts",
"build:legends": "node --env-file=.env.local -r ./scripts/stub-server-only.cjs --import tsx scripts/build-legends.ts"
},
"dependencies": {
"@floating-ui/react": "^0.27.19",
"gsap": "^3.15.0",
"lenis": "^1.3.25",
"lucide-react": "^1.24.0",
"next": "^15.5.20",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"recharts": "^3.9.2",
"server-only": "^0.0.1",
"simple-icons": "^16.26.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"tsx": "^4.23.0",
"typescript": "^5"
}
}