package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "babylonjs-viewer",
  3. "version": "0.1.0",
  4. "description": "A viewer using BabylonJS to display 3D elements natively",
  5. "scripts": {
  6. "start:server": "webpack-dev-server",
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/BabylonJS/Babylon.js.git"
  12. },
  13. "keywords": [
  14. "3d",
  15. "webgl",
  16. "viewer"
  17. ],
  18. "author": "Raanan Weber",
  19. "license": "Apache2",
  20. "bugs": {
  21. "url": "https://github.com/BabylonJS/Babylon.js/issues"
  22. },
  23. "homepage": "https://github.com/BabylonJS/Babylon.js#readme",
  24. "devDependencies": {
  25. "@types/node": "^8.0.44",
  26. "base64-image-loader": "^1.2.0",
  27. "html-loader": "^0.5.1",
  28. "json-loader": "^0.5.7",
  29. "ts-loader": "^2.3.7",
  30. "typescript": "^2.5.3",
  31. "uglifyjs-webpack-plugin": "^1.0.0-beta.3",
  32. "webpack": "^3.8.1",
  33. "webpack-dev-server": "^2.9.2"
  34. },
  35. "dependencies": {
  36. "babylonjs": "^3.1.0-alpha3.6",
  37. "babylonjs-loaders": "^3.1.0-alpha3.6",
  38. "babylonjs-materials": "^3.1.0-alpha3.6",
  39. "babylonjs-post-process": "^3.1.0-alpha3.6",
  40. "babylonjs-procedural-textures": "^3.1.0-alpha3.6",
  41. "es6-promise": "^4.1.1",
  42. "handlebars": "^4.0.11",
  43. "lodash": "^4.17.4",
  44. "lodash.merge": "^4.6.0",
  45. "promise-polyfill": "^6.0.2"
  46. }
  47. }