Нет описания

123456789101112131415161718192021
  1. {
  2. "name": "artmadillo",
  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": "14.2.3",
  13. "react": "^18",
  14. "react-dom": "^18",
  15. "sass": "^1.77.2"
  16. },
  17. "devDependencies": {
  18. "eslint": "^8",
  19. "eslint-config-next": "14.2.3"
  20. }
  21. }