This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
MentalMath/package.json
2023-01-17 10:49:41 -05:00

22 lines
No EOL
442 B
JSON

{
"name": "mentalmath",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}