您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617
  1. {
  2. "name": "breakups-webapp",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "jest-cli": "^22.0.4",
  7. "react": "^16.0.0",
  8. "react-dom": "^16.0.0",
  9. "react-scripts": "1.0.17"
  10. },
  11. "scripts": {
  12. "start": "react-scripts start",
  13. "build": "react-scripts build",
  14. "test": "react-scripts test --env=jsdom",
  15. "eject": "react-scripts eject"
  16. }
  17. }