-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
{
"name": "cubedev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tailwindcss/typography": "^0.5.19",
"@types/nodemailer": "^7.0.1",
"@vercel/analytics": "^1.5.0",
"appwrite": "^21.5.0",
"chart.js": "^4.5.0",
"convex": "^1.27.0",
"cubing": "^0.58.2",
"date-fns": "^4.1.0",
"eslint-config-next": "^16.0.7",
"framer-motion": "^12.34.5",
"html-to-image": "^1.11.13",
"jose": "^6.1.3",
"lucide-react": "^0.544.0",
"modern-screenshot": "^4.6.7",
"next": "^16.0.7",
"nodemailer": "^7.0.6",
"react": "^19.2.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"recharts": "^3.2.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"three": "^0.183.2",
"web-push": "^3.6.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/recharts": "^1.8.29",
"@types/web-push": "^3.6.4",
"baseline-browser-mapping": "^2.9.19",
"tailwindcss": "^4",
"typescript": "^5"
}
}