|
5 | 5 | "scripts": {
|
6 | 6 | "dev": "concurrently --names server,client --prefix-colors blue,yellow --success all --kill-others 'node ./server/index.cjs' 'vite'",
|
7 | 7 | "build": "vite build",
|
8 |
| - "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", |
| 8 | + "lint": "eslint . --ext js,jsx --report-unused-disable-directives", |
9 | 9 | "preview": "vite preview"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "react": "^18.2.0", |
13 |
| - "react-dom": "^18.2.0", |
14 |
| - "react-toastify": "^9.1.3", |
15 | 12 | "body-parser": "^1.20.2",
|
16 | 13 | "cors": "^2.8.5",
|
17 | 14 | "dotenv": "^16.3.1",
|
18 | 15 | "express": "^4.18.2",
|
19 | 16 | "morgan": "^1.10.0",
|
20 |
| - "oracledb": "^6.2.0" |
| 17 | + "oracledb": "^6.2.0", |
| 18 | + "react": "^18.2.0", |
| 19 | + "react-dom": "^18.2.0", |
| 20 | + "react-toastify": "^9.1.3" |
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 | 23 | "@types/react": "^18.2.43",
|
24 | 24 | "@types/react-dom": "^18.2.17",
|
25 | 25 | "@vitejs/plugin-react": "^4.2.1",
|
26 | 26 | "concurrently": "^8.2.2",
|
27 | 27 | "eslint": "^8.55.0",
|
28 |
| - "eslint-plugin-react": "^7.33.2", |
| 28 | + "eslint-plugin-node": "^11.1.0", |
| 29 | + "eslint-plugin-react": "^7.34.0", |
29 | 30 | "eslint-plugin-react-hooks": "^4.6.0",
|
30 | 31 | "eslint-plugin-react-refresh": "^0.4.5",
|
31 | 32 | "vite": "^5.0.8"
|
|
0 commit comments