Small Website to play Web-based games.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
494 B

  1. {
  2. "name": "flash-games",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "next": "12.2.2",
  13. "react": "18.2.0",
  14. "react-dom": "18.2.0"
  15. },
  16. "devDependencies": {
  17. "@types/node": "18.0.3",
  18. "@types/react": "18.0.15",
  19. "@types/react-dom": "18.0.6",
  20. "eslint": "8.19.0",
  21. "eslint-config-next": "12.2.2",
  22. "typescript": "4.7.4"
  23. }
  24. }