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.

52 lines
1.5 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. {
  2. "name": "next-architecture",
  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. "storybook": "storybook dev -p 6006",
  11. "build-storybook": "storybook build"
  12. },
  13. "dependencies": {
  14. "@reduxjs/toolkit": "^2.2.1",
  15. "@tanstack/react-query": "^5.28.4",
  16. "axios": "^1.6.8",
  17. "class-variance-authority": "^0.7.0",
  18. "clsx": "^2.1.0",
  19. "lucide-react": "^0.359.0",
  20. "next": "14.1.3",
  21. "react": "^18",
  22. "react-dom": "^18",
  23. "react-redux": "^9.1.0",
  24. "tailwind-merge": "^2.2.2",
  25. "tailwindcss-animate": "^1.0.7"
  26. },
  27. "devDependencies": {
  28. "@chromatic-com/storybook": "^1.2.23",
  29. "@storybook/addon-essentials": "^8.0.2",
  30. "@storybook/addon-interactions": "^8.0.2",
  31. "@storybook/addon-links": "^8.0.2",
  32. "@storybook/addon-mdx-gfm": "^8.0.2",
  33. "@storybook/addon-onboarding": "^8.0.2",
  34. "@storybook/addon-postcss": "^2.0.0",
  35. "@storybook/blocks": "^8.0.2",
  36. "@storybook/nextjs": "^8.0.2",
  37. "@storybook/react": "^8.0.2",
  38. "@storybook/test": "^8.0.2",
  39. "@tanstack/eslint-plugin-query": "^5.27.7",
  40. "@types/node": "^20",
  41. "@types/react": "^18",
  42. "@types/react-dom": "^18",
  43. "autoprefixer": "^10.0.1",
  44. "eslint": "^8",
  45. "eslint-config-next": "14.1.3",
  46. "eslint-plugin-storybook": "^0.8.0",
  47. "postcss": "^8",
  48. "storybook": "^8.0.2",
  49. "tailwindcss": "^3.3.0",
  50. "typescript": "^5"
  51. }
  52. }