package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "grasscutter-web-tools",
  3. "version": "1.0.0",
  4. "description": "grasscutter web management tools",
  5. "main": "index.js",
  6. "repository": "https://github.com/LanceLRQ/grasscutter-web-tools",
  7. "author": "lancelrq",
  8. "license": "AGPLv3",
  9. "private": true,
  10. "homepage": "https://lancelrq.github.io/grasscutter-web-tools",
  11. "dependencies": {
  12. "@ant-design/dark-theme": "^2.0.2",
  13. "@ant-design/icons": "^4.7.0",
  14. "@react-hook/click": "^2.0.0",
  15. "@reduxjs/toolkit": "^1.8.3",
  16. "@testing-library/jest-dom": "^5.16.4",
  17. "@testing-library/react": "^13.3.0",
  18. "@testing-library/user-event": "^13.5.0",
  19. "antd": "^4.21.7",
  20. "antd-dayjs-webpack-plugin": "^1.0.6",
  21. "classnames": "^2.3.1",
  22. "dayjs": "^1.11.4",
  23. "lodash": "^4.17.21",
  24. "prop-types": "^15.8.1",
  25. "rc-virtual-list": "^3.4.8",
  26. "react": "^18.2.0",
  27. "react-copy-to-clipboard": "^5.1.0",
  28. "react-dom": "^18.2.0",
  29. "react-hotkeys-hook": "^3.4.7",
  30. "react-redux": "^8.0.2",
  31. "react-resize-detector": "^7.1.2",
  32. "react-router": "^6.3.0",
  33. "react-router-dom": "^6.3.0",
  34. "react-scripts": "5.0.1",
  35. "react-virtualized": "^9.22.3",
  36. "redux": "^4.2.0",
  37. "redux-devtools-extension": "^2.13.9",
  38. "socket.io-client": "^4.5.1",
  39. "styled-components": "^5.3.5",
  40. "web-vitals": "^2.1.4"
  41. },
  42. "scripts": {
  43. "start": "craco start",
  44. "build": "craco build",
  45. "test": "craco test",
  46. "eject": "react-scripts eject"
  47. },
  48. "eslintConfig": {
  49. "extends": [
  50. "react-app",
  51. "react-app/jest"
  52. ]
  53. },
  54. "browserslist": {
  55. "production": [
  56. ">0.2%",
  57. "not dead",
  58. "not op_mini all"
  59. ],
  60. "development": [
  61. "last 1 chrome version",
  62. "last 1 firefox version",
  63. "last 1 safari version"
  64. ]
  65. },
  66. "devDependencies": {
  67. "@craco/craco": "^6.4.5",
  68. "craco-antd": "^2.0.0",
  69. "eslint": "^8.20.0",
  70. "eslint-config-airbnb": "^19.0.4",
  71. "eslint-plugin-react-hooks": "^4.6.0",
  72. "webpackbar": "^5.0.2"
  73. }
  74. }