-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
36 lines (36 loc) · 1014 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
{
"name": "chatgpt_client",
"private": true,
"version": "0.10.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 8080"
},
"dependencies": {
"dotenv": "^16.3.1",
"i": "^0.3.7",
"npm": "^10.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-modal": "^3.16.1",
"react-pro-sidebar": "^1.1.0-alpha.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^6.0.1"
}
}