package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "grainy-gradients",
  3. "author": "Jimmy Chion",
  4. "version": "0.1.0",
  5. "private": true,
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "next build",
  9. "start": "next start",
  10. "lint": "next lint"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^4.6.3",
  14. "antd": "^4.16.13",
  15. "highlight.js": "^11.2.0",
  16. "react": "17.0.2",
  17. "react-color": "^2.19.3",
  18. "react-dom": "17.0.2",
  19. "zustand": "^3.5.9"
  20. },
  21. "devDependencies": {
  22. "@babel/core": "^7.15.0",
  23. "@types/node": "^16.6.2",
  24. "@types/react": "^17.0.19",
  25. "@types/react-dom": "^17.0.9",
  26. "@types/styled-components": "^5.1.14",
  27. "@typescript-eslint/eslint-plugin": "^4.31.0",
  28. "@typescript-eslint/parser": "^4.31.0",
  29. "babel-plugin-styled-components": "^1.13.2",
  30. "eslint": "^7.32.0",
  31. "eslint-config-next": "11.1.0",
  32. "eslint-plugin-import": "^2.24.1",
  33. "eslint-plugin-jsx-a11y": "^6.4.1",
  34. "eslint-plugin-prettier": "^3.4.0",
  35. "eslint-plugin-react": "^7.24.0",
  36. "eslint-plugin-react-hooks": "^4.2.0",
  37. "next": "^11.1.1",
  38. "prettier": "^2.3.2",
  39. "styled-components": "^5.3.0",
  40. "typescript": "^4.3.5"
  41. }
  42. }