package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "@typescript-eslint/eslint-plugin": "^4.29.2",
  27. "@typescript-eslint/parser": "^4.29.2",
  28. "babel-plugin-styled-components": "^1.13.2",
  29. "eslint": "^7.32.0",
  30. "eslint-config-next": "11.1.0",
  31. "eslint-plugin-import": "^2.24.1",
  32. "eslint-plugin-jsx-a11y": "^6.4.1",
  33. "eslint-plugin-prettier": "^3.4.0",
  34. "eslint-plugin-react": "^7.24.0",
  35. "eslint-plugin-react-hooks": "^4.2.0",
  36. "next": "11.1.0",
  37. "prettier": "^2.3.2",
  38. "styled-components": "^5.3.0",
  39. "typescript": "^4.3.5"
  40. }
  41. }