-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·90 lines (90 loc) · 2.55 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·90 lines (90 loc) · 2.55 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "codestream",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-tooltip": "^1.2.7",
"@react-oauth/google": "^0.12.1",
"@react-three/drei": "^10.0.8",
"@react-three/fiber": "^9.1.2",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-query-devtools": "^5.79.0",
"@types/three": "^0.176.0",
"animate.css": "^4.1.1",
"antd": "^5.25.3",
"axios": "^1.8.4",
"canvas": "^3.1.0",
"class-variance-authority": "^0.7.1",
"customnode": "^1.0.0",
"d3": "^7.9.0",
"d3-force": "^3.0.0",
"dagre": "^0.8.5",
"dotenv": "^16.4.7",
"framer-motion": "^12.15.0",
"gsap": "^3.13.0",
"html2canvas": "^1.4.1",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"js-interpreter": "^6.0.0",
"jspdf": "^3.0.1",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.1",
"lucide-react": "^0.511.0",
"monaco-editor": "^0.52.2",
"next-themes": "^0.4.6",
"qr-code-styling": "^1.9.2",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-error-boundary": "^6.0.0",
"react-flow": "^1.0.3",
"react-force-graph": "^1.47.6",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.5.2",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-monaco-editor": "^0.58.0",
"react-parallax-tilt": "^1.7.296",
"react-particles": "^2.12.2",
"react-router-dom": "^7.3.0",
"react-spring": "^10.0.1",
"react-toastify": "^11.0.5",
"reactflow": "^11.11.4",
"scrollreveal": "^4.0.9",
"simple-spellchecker": "^1.0.2",
"tailwind-merge": "^3.3.0",
"three": "^0.176.0",
"uuid": "^11.1.0",
"vanta": "^0.5.24",
"vercel": "^42.3.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"path": "^0.12.7",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"vite": "^6.2.0"
}
}