package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "仓储物流管理系统",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "private": true,
  6. "description": "An out of the box react webpack template,It is simpler, more convenient to customize and more modular on the basis of create-react-app.",
  7. "author": "xyhxx (603331487@qq.com)",
  8. "license": "MIT",
  9. "pnpm": {
  10. "peerDependencyRules": {
  11. "ignoreMissing": [
  12. "eslint",
  13. "typescript",
  14. "postcss",
  15. "jest"
  16. ]
  17. }
  18. },
  19. "scripts": {
  20. "dev": "pnpm -F app dev",
  21. "build": "pnpm -F app build",
  22. "test": "pnpm -F app test",
  23. "test:watch": "pnpm -F app test:watch",
  24. "test:coverage": "pnpm -F app test:coverage"
  25. },
  26. "devDependencies": {
  27. "@types/jest": "^29.2.5",
  28. "@types/node": "^18.11.18",
  29. "@typescript-eslint/eslint-plugin": "^5.46.1",
  30. "@typescript-eslint/parser": "^5.46.1",
  31. "eslint": "^8.29.0",
  32. "eslint-config-proste": "^3.3.3",
  33. "eslint-plugin-import": "^2.27.5",
  34. "eslint-plugin-jest": "^27.1.6",
  35. "eslint-plugin-react": "^7.32.2",
  36. "eslint-plugin-react-hooks": "^4.6.0",
  37. "jest": "^29.3.1",
  38. "postcss": "^8.4.19",
  39. "stylelint": "^14.16.0",
  40. "stylelint-config-recess-order": "^3.0.0",
  41. "stylelint-config-standard": "^29.0.0",
  42. "typescript": "^4.9.4"
  43. }
  44. }