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.

29 lines
648 B

4 years ago
  1. {
  2. "name": "study_babylon",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.html",
  6. "scripts": {
  7. "dev": "webpack-dev-server",
  8. "build": "webpack",
  9. "watch": "webpack --watch",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://dev.deeploving.cn/blobt/study_babylon.git"
  15. },
  16. "keywords": [],
  17. "author": "",
  18. "license": "ISC",
  19. "devDependencies": {
  20. "ts-loader": "^7.0.5",
  21. "typescript": "^3.9.3",
  22. "webpack": "^4.43.0",
  23. "webpack-cli": "^3.3.11",
  24. "webpack-dev-server": "^3.11.0"
  25. },
  26. "dependencies": {
  27. "babylonjs": "^4.1.0"
  28. }
  29. }