-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
{
"name": "endurance",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/three": "^0.174.0",
"@vercel/analytics": "^1.5.0",
"animate.css": "^4.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"deps": "^1.0.0",
"framer-motion": "^12.5.0",
"lucide-react": "^0.479.0",
"mapbox-gl": "^3.15.0",
"next": "14.2.24",
"pdfjs-dist": "^5.3.93",
"prisma": "^6.5.0",
"react": "^18",
"react-audio-visualize": "^1.2.0",
"react-colorful": "^5.6.1",
"react-cursor-custom": "^1.2.4",
"react-dom": "^18",
"react-h5-audio-player": "^3.10.1",
"react-hot-toast": "^2.5.2",
"react-pdf": "^10.1.0",
"styled-components": "^6.1.15",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.174.0",
"wavesurfer.js": "^7.9.1"
},
"devDependencies": {
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.24",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}