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.

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