-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"homepage": "https://XINEXPORT.github.io/chatgpt-ai-healthapp/",
"name": "chatgpt-ai-healthapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "nodemon server/app.js -w src -w server/app.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/base": "^5.0.0-beta.40",
"@mui/material": "^5.16.6",
"axios": "^1.7.3",
"bootstrap": "^5.3.3",
"bootstrap-vue": "^2.23.1",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"file-loader": "^6.2.0",
"ios": "^0.0.1",
"morgan": "^1.10.0",
"node-sass": "^9.0.0",
"nodemon": "^3.1.4",
"openai": "^4.52.7",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.24.1",
"react-transition-group": "^4.4.5",
"style-loader": "^4.0.0",
"vite-express": "^0.17.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"prettier": "3.3.2",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"vite": "^5.3.1",
"vite-plugin-sass": "^0.1.0",
"webpack": "^5.93.0"
}
}