Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. "name": "abaqus-frontend",
  3. "version": "0.1.0",
  4. "repository": {
  5. "type": "git"
  6. },
  7. "author": "Cristóbal Mackenzie",
  8. "dependencies": {
  9. "backbone": "~1.3.3",
  10. "backbone.marionette": "~2.4.3",
  11. "bootstrap": "~3.3.5",
  12. "bootstrap-datepicker": "~1.4.0",
  13. "font-awesome": "~4.3.0",
  14. "highcharts": "~7.0.3",
  15. "jquery": "~2.1.3",
  16. "less": "~1.7.0",
  17. "moment": "^2.23.0",
  18. "moment-timezone": "~0.5.20",
  19. "npm": "~6.5.0",
  20. "numeral": "~1.5.3",
  21. "pikaday": "~1.4.0",
  22. "pug": "~2.0.3",
  23. "pug-cli": "~1.0.0-alpha6",
  24. "puppeteer-pdf": "~1.2.0",
  25. "select2": "~4.0.0",
  26. "underscore": "~1.9.1",
  27. "v-calendar": "^0.9.7",
  28. "vue": "^2.5.21",
  29. "vuedraggable": "^2.17.0"
  30. },
  31. "scripts": {
  32. "postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/bootstrap'), 'base/static/bootstrap', 'junction') } catch (e) { }\""
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement