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.

37 lines
912 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. "preact/hooks"
  17. ],
  18. "installOptions": {
  19. "sourceMap": false,
  20. "dest": "lib",
  21. "treeshake": true
  22. }
  23. },
  24. "dependencies": {
  25. "htm": "^3.0.4",
  26. "preact": "^10.5.5",
  27. "snowpack": "^2.16.1"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.12.3",
  31. "@babel/eslint-parser": "^7.12.1",
  32. "eslint": "^7.12.1",
  33. "eslint-plugin-import": "^2.22.1",
  34. "eslint-plugin-react-hooks": "^4.2.0",
  35. "node-sass": "^5.0.0"
  36. }
  37. }