-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 989 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 989 Bytes
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
{
"name": "diagramflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@langchain/community": "^0.0.54",
"@types/node": "20.4.7",
"@types/plantuml-encoder": "^1.4.2",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"antd": "^5.17.0",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"daisyui": "^3.5.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"langchain": "^0.0.51",
"mermaid": "^10.1.0",
"next": "13.4.12",
"plantuml-encoder": "^1.4.0",
"postcss": "8.4.27",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-zoom-pan-pinch": "^3.1.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@svgr/webpack": "^8.1.0",
"eslint-config-prettier": "^9.1.0",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}