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.

31 lines
715 B

  1. {
  2. "name": "maunium-stickerpicker",
  3. "version": "0.1.0",
  4. "description": "A fast and simple Matrix sticker picker widget",
  5. "repository": "https://github.com/maunium/stickerpicker",
  6. "author": "Tulir Asokan <tulir@maunium.net>",
  7. "license": "MPL-2.0",
  8. "private": true,
  9. "scripts": {
  10. "snowpack": "snowpack",
  11. "sass": "node-sass -o style style/*.sass --output-style compressed"
  12. },
  13. "snowpack": {
  14. "install": [
  15. "htm/preact"
  16. ],
  17. "installOptions": {
  18. "sourceMap": false,
  19. "dest": "lib",
  20. "treeshake": true
  21. }
  22. },
  23. "dependencies": {
  24. "htm": "^3.0.4",
  25. "preact": "^10.4.8",
  26. "snowpack": "^2.10.3"
  27. },
  28. "devDependencies": {
  29. "node-sass": "^4.14.1"
  30. }
  31. }