IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
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.

26 lines
669B

  1. {
  2. "dependencies": {
  3. "@fortawesome/fontawesome-free": "^5.12.0",
  4. "bootstrap": "^4.4.1",
  5. "font-awesome": "^4.7.0",
  6. "jquery": "^3.4.1",
  7. "linkstate": "^1.1.1",
  8. "popper.js": "^1.16.1",
  9. "preact": "^8.2.9",
  10. "preact-router": "^2.6.1",
  11. "random-bytes": "^1.0.0",
  12. "rollup": "^0.62.0",
  13. "rollup-plugin-buble": "^0.19.2",
  14. "rollup-plugin-copy": "^0.2.3",
  15. "rollup-plugin-includepaths": "^0.2.3",
  16. "rollup-plugin-license": "^0.7.0",
  17. "rollup-plugin-minify": "^1.0.3",
  18. "rollup-plugin-node-resolve": "^3.3.0",
  19. "watch": "^1.0.2"
  20. },
  21. "scripts": {
  22. "rollup": "rollup -c",
  23. "watch": "watch \"rollup -c\" src"
  24. }
  25. }