-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 KB
/
package.json
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
{
"name": "husker-gym",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TZ=\"UTC\" next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "TZ=\"UTC\" vitest"
},
"dependencies": {
"@libsql/client": "^0.5.6",
"@next/font": "13.1.2",
"@prisma/adapter-libsql": "^5.11.0",
"@prisma/client": "^5.11.0",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-tabs": "^1.0.2",
"clsx": "^1.2.1",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"date-fns": "^2.29.3",
"jotai": "^1.7.4",
"next": "^14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-use-measure": "^2.1.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/d3-axis": "^3.0.2",
"@types/d3-scale": "^4.0.3",
"@types/d3-selection": "^3.0.4",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^5.11.0",
"tailwindcss": "^3.2.4",
"vitest": "^0.28.4"
}
}