-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.93 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.93 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
63
64
65
66
{
"name": "bettercodewiki",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:frontend": "vitest run",
"test:e2e": "playwright test"
},
"dependencies": {
"@clerk/nextjs": "^6.38.3",
"@gsap/react": "^2.1.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@xyflow/react": "^12.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"elkjs": "^0.11.0",
"file-saver": "^2.0.5",
"framer-motion": "^12.34.3",
"gsap": "^3.14.2",
"jszip": "^3.10.1",
"lenis": "^1.3.17",
"lucide-react": "^0.574.0",
"mermaid": "^11.4.1",
"next": "15.3.1",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"svg-pan-zoom": "^3.6.2",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.183.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/dagre": "^0.7.53",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/svg-pan-zoom": "^3.3.0",
"@types/three": "^0.183.0",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"jsdom": "^28.1.0",
"simple-icons": "^16.9.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.18"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}