You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
378 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "name": "root",
  3. "private": true,
  4. "workspaces": [
  5. "packages/*"
  6. ],
  7. "devDependencies": {
  8. "@babel/runtime": "^7.12.5",
  9. "@types/react": "^18.0.35",
  10. "antd": "^5.4.2",
  11. "babel-plugin-import": "^1.13.6",
  12. "father": "^4.1.8",
  13. "lerna": "^6.6.1",
  14. "typescript": "^5.0.4"
  15. },
  16. "scripts": {
  17. },
  18. "dependencies": {
  19. "cnpm": "^9.1.0"
  20. }
  21. }