package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "BabylonJS",
  3. "version": "3.1.1",
  4. "description": "Babylon.js is a 3D engine based on webgl and javascript",
  5. "main": "",
  6. "repository": {
  7. "url": "https://github.com/BabylonJS/Babylon.js/"
  8. },
  9. "readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md",
  10. "license": "(Apache-2.0)",
  11. "devDependencies": {
  12. "@types/node": "^8.10.22",
  13. "chai": "^4.1.2",
  14. "color-support": "^1.1.3",
  15. "del": "3.0.0",
  16. "gulp": "^4.0.0",
  17. "gulp-clean-ts-extends": "~0.1.1",
  18. "gulp-concat": "~2.6.1",
  19. "gulp-content-to-variable": "^0.1.0",
  20. "gulp-debug": "^4.0.0",
  21. "gulp-expect-file": "^1.0.0",
  22. "gulp-optimize-js": "^1.1.0",
  23. "gulp-rename": "^1.4.0",
  24. "gulp-replace": "~1.0.0",
  25. "gulp-sourcemaps": "~2.6.4",
  26. "gulp-typedoc": "^2.2.0",
  27. "gulp-typescript": "4.0.2",
  28. "gulp-uglify": "^3.0.1",
  29. "gulp-webserver": "^0.9.1",
  30. "karma": "^2.0.5",
  31. "karma-browserstack-launcher": "^1.3.0",
  32. "karma-chai": "^0.1.0",
  33. "karma-chrome-launcher": "^2.2.0",
  34. "karma-firefox-launcher": "^1.1.0",
  35. "karma-mocha": "^1.3.0",
  36. "karma-phantomjs-launcher": "^1.0.4",
  37. "karma-sinon": "^1.0.5",
  38. "merge2": "~1.2.2",
  39. "minimist": "^1.2.0",
  40. "mocha": "^5.2.0",
  41. "phantomjs-prebuilt": "^2.1.16",
  42. "sinon": "^6.1.4",
  43. "through2": "~2.0.3",
  44. "ts-loader": "^4.4.2",
  45. "typedoc": "^0.11.0",
  46. "typescript": "^3.0.1",
  47. "webpack": "^4.16.3",
  48. "webpack-stream": "5.0.0"
  49. },
  50. "scripts": {
  51. "install": "cd ../../gui && npm install && cd ../Tools/Gulp/ && cd ../../inspector && npm install && cd ../Tools/Gulp/ && npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && npm --prefix ../../Viewer/tests/ install ../../Viewer/tests/ && cd ../../Viewer && npm install && cd ../Tools/Gulp/ && gulp deployLocalDev"
  52. },
  53. "dependencies": {
  54. "dts-bundle": "^0.7.3",
  55. "gulp-clean": "^0.4.0"
  56. }
  57. }