tron-v1
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.

32 lines
734 B

7 months ago
  1. {
  2. "name": "tron-v1",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev --turbopack",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@ant-design/cssinjs": "^1.22.1",
  13. "@ant-design/icons": "^5.5.2",
  14. "@ant-design/nextjs-registry": "^1.0.2",
  15. "antd": "^5.22.6",
  16. "next": "15.1.2",
  17. "react": "^19.0.0",
  18. "react-dom": "^19.0.0"
  19. },
  20. "devDependencies": {
  21. "@eslint/eslintrc": "^3",
  22. "@types/node": "^20",
  23. "@types/react": "^19",
  24. "@types/react-dom": "^19",
  25. "eslint": "^9",
  26. "eslint-config-next": "15.1.2",
  27. "postcss": "^8",
  28. "prettier": "^3.4.2",
  29. "tailwindcss": "^3.4.1",
  30. "typescript": "^5"
  31. }
  32. }