Skip to content

Commit c6d1fa8

Browse files
committed
chore: remove web packages
it's not needed, don't know why it was here. probably stock with boilerplate.
1 parent 03a6b07 commit c6d1fa8

4 files changed

Lines changed: 2 additions & 1046 deletions

File tree

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"description": "",
77
"type": "module",
88
"scripts": {
9-
"web:dev": "cd web && vite dev",
109
"build": "node scripts/build.js",
1110
"watch": "node scripts/build.js --watch",
1211
"prettier": "prettier ./src/**/*.ts --write",
@@ -26,26 +25,18 @@
2625
"@overextended/fx-utils": "^0.0.4",
2726
"@types/eslint__js": "^8.42.3",
2827
"@types/node": "^20.17.5",
29-
"@types/react": "^18.3.12",
30-
"@types/react-dom": "^18.3.1",
3128
"@typescript-eslint/eslint-plugin": "^8.12.2",
3229
"@typescript-eslint/parser": "^8.12.2",
33-
"@vitejs/plugin-react": "^4.3.3",
3430
"esbuild": "^0.23.1",
3531
"eslint": "^9.22.0",
36-
"eslint-plugin-react-hooks": "^4.6.2",
37-
"eslint-plugin-react-refresh": "^0.4.14",
3832
"prettier": "^3.3.3",
3933
"typescript": "^5.6.3",
40-
"typescript-eslint": "^8.12.2",
41-
"vite": "^5.4.10"
34+
"typescript-eslint": "^8.12.2"
4235
},
4336
"dependencies": {
4437
"@jgoz/esbuild-plugin-typecheck": "^4.0.2",
4538
"@nativewrappers/fivem": "latest",
4639
"@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"
5041
}
5142
}

0 commit comments

Comments
 (0)