|
6 | 6 | "description": "", |
7 | 7 | "type": "module", |
8 | 8 | "scripts": { |
9 | | - "web:dev": "cd web && vite dev", |
10 | 9 | "build": "node scripts/build.js", |
11 | 10 | "watch": "node scripts/build.js --watch", |
12 | 11 | "prettier": "prettier ./src/**/*.ts --write", |
|
26 | 25 | "@overextended/fx-utils": "^0.0.4", |
27 | 26 | "@types/eslint__js": "^8.42.3", |
28 | 27 | "@types/node": "^20.17.5", |
29 | | - "@types/react": "^18.3.12", |
30 | | - "@types/react-dom": "^18.3.1", |
31 | 28 | "@typescript-eslint/eslint-plugin": "^8.12.2", |
32 | 29 | "@typescript-eslint/parser": "^8.12.2", |
33 | | - "@vitejs/plugin-react": "^4.3.3", |
34 | 30 | "esbuild": "^0.23.1", |
35 | 31 | "eslint": "^9.22.0", |
36 | | - "eslint-plugin-react-hooks": "^4.6.2", |
37 | | - "eslint-plugin-react-refresh": "^0.4.14", |
38 | 32 | "prettier": "^3.3.3", |
39 | 33 | "typescript": "^5.6.3", |
40 | | - "typescript-eslint": "^8.12.2", |
41 | | - "vite": "^5.4.10" |
| 34 | + "typescript-eslint": "^8.12.2" |
42 | 35 | }, |
43 | 36 | "dependencies": { |
44 | 37 | "@jgoz/esbuild-plugin-typecheck": "^4.0.2", |
45 | 38 | "@nativewrappers/fivem": "latest", |
46 | 39 | "@overextended/ox_lib": "^3.30.0", |
47 | | - "@overextended/oxmysql": "^1.4.2", |
48 | | - "react": "^18.3.1", |
49 | | - "react-dom": "^18.3.1" |
| 40 | + "@overextended/oxmysql": "^1.4.2" |
50 | 41 | } |
51 | 42 | } |
0 commit comments