package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "my-app",
  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. "@mui/base": "^5.0.0-alpha.103",
  13. "@next/font": "^13.0.1",
  14. "clsx": "^1.2.1",
  15. "idb": "^7.1.1",
  16. "moment": "^2.29.4",
  17. "next": "13.0.0",
  18. "next-pwa": "^5.6.0",
  19. "nprogress": "^0.2.0",
  20. "qs": "^6.11.0",
  21. "react": "18.2.0",
  22. "react-dom": "18.2.0",
  23. "swr": "^1.3.0"
  24. },
  25. "devDependencies": {
  26. "@tailwindcss/aspect-ratio": "^0.4.2",
  27. "@tailwindcss/forms": "^0.5.3",
  28. "@tailwindcss/line-clamp": "^0.4.2",
  29. "@tailwindcss/typography": "^0.5.7",
  30. "@types/gtag.js": "^0.0.12",
  31. "@types/node": "18.11.3",
  32. "@types/nprogress": "^0.2.0",
  33. "@types/qs": "^6.9.7",
  34. "@types/react": "18.0.21",
  35. "@types/react-dom": "18.0.6",
  36. "@typescript-eslint/eslint-plugin": "^5.43.0",
  37. "autoprefixer": "^10.4.12",
  38. "eslint": "8.25.0",
  39. "eslint-config-next": "13.0.0",
  40. "eslint-plugin-jsx-a11y": "^6.6.1",
  41. "postcss": "^8.4.18",
  42. "sass": "^1.55.0",
  43. "tailwindcss": "^3.2.0",
  44. "typescript": "4.8.4"
  45. }
  46. }