-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.66 KB
/
package.json
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
{
"name": "lifecycle-diagram-maker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"kill": "kill -9 $(lsof -ti:3000)"
},
"dependencies": {
"@davealdon/hext": "^1.0.3",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-toast": "^1.1.5",
"@xyflow/react": "^12.0.0-next.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"gsap": "^3.12.5",
"html-to-image": "^1.11.11",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"monaco-editor": "^0.44.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"next": "14.2.1",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-drag-drop-files": "^2.3.10",
"react-feather": "^2.0.10",
"react-icons": "^5.1.0",
"react-ionicons": "^4.2.1",
"react-modal": "^3.16.1",
"react-monaco-editor": "^0.55.0",
"react-resizable-panels": "^2.0.18",
"react-textarea-autosize": "^8.5.3",
"react-window": "^1.8.10",
"sass": "^1.77.0",
"tailwind-merge": "^2.3.0",
"use-undoable": "^5.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"@types/react-window": "^1.8.8",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}