-
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.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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": "finalyze",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@pmndrs/assets": "^1.7.0",
"@pmndrs/branding": "^0.0.8",
"@prisma/client": "^5.11.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.14",
"@react-three/postprocessing": "^2.19.1",
"axios": "^1.7.8",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^12.4.1",
"lru-cache": "^11.0.2",
"lucide-react": "^0.359.0",
"maath": "^0.10.8",
"next": "14.1.3",
"pdf-parse": "^1.1.1",
"postprocessing": "^6.36.7",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.0",
"recharts": "^2.15.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.173.0",
"wouter": "^3.5.1",
"zod": "^3.22.4",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"prisma": "^5.11.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}