Files
Elite-Gaming-FiveM/resources/scenes-main/web/package.json
T
2024-10-05 12:57:30 -07:00

29 lines
659 B
JSON

{
"name": "web",
"homepage": "web/build",
"private": true,
"version": "0.1.0",
"scripts": {
"start": "vite",
"start:game": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.19",
"@mantine/form": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tabler-icons-react": "^1.56.0"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.9.3",
"vite": "^3.2.4"
}
}