-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "uml_mentor",
"version": "1.0.0",
"description": "",
"main": "./server/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --env-file=.env server/index.js",
"dev": "nodemon -r dotenv/config server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@langchain/community": "^0.3.12",
"@langchain/openai": "^0.0.23",
"@reactflow/node-resizer": "^2.2.14",
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"browser-image-compression": "^2.0.2",
"dayjs": "^1.11.11",
"dom-to-image": "^2.6.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-session": "^1.18.0",
"html2canvas": "^1.4.1",
"multer": "^1.4.5-lts.1",
"openai": "^4.70.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flow-renderer": "^10.3.17",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
"react-split": "^2.0.14",
"reactflow": "^11.11.4",
"sequelize": "^6.37.0",
"sharp": "^0.33.5",
"sqlite3": "^5.1.7",
"styled-components": "^6.1.13",
"tar": "^7.1.0",
"vite": "^5.2.11"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}