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

27 行
556 B

  1. {
  2. "name": "three",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "three": "^0.132.2",
  8. "three-dragcontrols": "^0.88.2",
  9. "three-gltf-loader": "^1.111.0",
  10. "three-orbitcontrols": "^2.110.3",
  11. "webpack-cli": "^4.8.0"
  12. },
  13. "devDependencies": {
  14. "@babel/core": "^7.15.5",
  15. "@babel/preset-env": "^7.15.6",
  16. "babel-loader": "^8.2.2",
  17. "file-loader": "^6.2.0",
  18. "webpack": "^5.55.1"
  19. },
  20. "scripts": {
  21. "build": "webpack -w"
  22. },
  23. "keywords": [],
  24. "author": "",
  25. "license": "ISC"
  26. }