This repository has been archived on 2025-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
sproof_challenge_public/package.json
2024-08-19 22:23:14 +02:00

21 lines
442 B
JSON

{
"name": "sproof_challenge",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"backend": "node backend/server.js"
},
"dependencies": {
"@mui/material": "^5.16.7",
"express": "^4.19.2",
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.0"
}
}