-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1012 Bytes
/
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
{
"name": "ai-pgf",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@langchain/core": "^0.2.27",
"@langchain/openai": "^0.2.7",
"@mui/material": "^5.13.4",
"@mui/x-date-pickers": "^6.7.0",
"date-fns": "^2.30.0",
"langchain": "^0.2.16",
"next": "^14.2.5",
"node-telegram-bot-api": "^0.66.0",
"openai": "^4.56.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/node": "^17.0.42",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.16.3",
"autoprefixer": "^10.4.8",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
}
}