易云官网
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.

преди 3 години
123456789101112131415
  1. {
  2. "name": "learn-starter",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start"
  9. },
  10. "dependencies": {
  11. "next": "^11.0.0",
  12. "react": "17.0.2",
  13. "react-dom": "17.0.2"
  14. }
  15. }