package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "dev:e2e": "pnpm -F app e2e",
  22. "build": "pnpm -F app build",
  23. "test": "pnpm -F app test",
  24. "test:watch": "pnpm -F app test:watch",
  25. "test:coverage": "pnpm -F app test:coverage",
  26. "cypress": "cypress open",
  27. "cypress:run": "cypress run -b chrome"
  28. },
  29. "devDependencies": {
  30. "@types/jest": "^29.2.5",
  31. "@types/node": "^18.11.18",
  32. "@typescript-eslint/eslint-plugin": "^5.46.1",
  33. "@typescript-eslint/parser": "^5.46.1",
  34. "eslint": "^8.29.0",
  35. "eslint-config-proste": "^4.1.1",
  36. "eslint-plugin-cypress": "^2.12.1",
  37. "eslint-plugin-import": "^2.27.5",
  38. "eslint-plugin-import-newlines": "^1.3.0",
  39. "eslint-plugin-jest": "^27.1.6",
  40. "eslint-plugin-react": "^7.32.2",
  41. "eslint-plugin-react-hooks": "^4.6.0",
  42. "ip": "^1.1.8",
  43. "jest": "^29.3.1",
  44. "postcss": "^8.4.19",
  45. "stylelint": "^14.16.0",
  46. "stylelint-config-recess-order": "^3.0.0",
  47. "stylelint-config-standard": "^29.0.0",
  48. "typescript": "^4.9.4"
  49. },
  50. "dependencies": {
  51. "cypress": "^12.5.1"
  52. }
  53. }