package.json 1.9 KB

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