-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.66 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.66 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
{
"name": "code-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@babel/parser": "^7.28.5",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.4",
"@prisma/internals": "^6.0.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@xyflow/react": "^12.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-force": "^3.0.0",
"dagre": "^0.8.5",
"dustjs-linkedin": "^3.0.1",
"elkjs": "^0.11.0",
"es-module-lexer": "^1.7.0",
"fast-glob": "^3.3.3",
"framer-motion": "^12.23.26",
"ignore": "^7.0.5",
"lucide-react": "^0.544.0",
"madge": "^8.0.0",
"motion": "^12.23.26",
"next": "15.5.9",
"path-browserify": "^1.0.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-syntax-highlighter": "^16.1.0",
"reactflow": "^11.11.4",
"simple-git": "^3.30.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^13.0.0",
"velocityjs": "^2.1.5",
"web-worker": "^1.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@prisma/generator-helper": "~6.18.0",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0"
}
}