2020-09-10 15:08:10 +02:00
|
|
|
{
|
|
|
|
"name": "maunium-stickerpicker",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A fast and simple Matrix sticker picker widget",
|
|
|
|
"repository": "https://github.com/maunium/stickerpicker",
|
|
|
|
"author": "Tulir Asokan <tulir@maunium.net>",
|
2021-10-03 11:45:37 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-09-10 15:08:10 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-10-03 11:42:11 +02:00
|
|
|
"esinstall": "node ./esinstall.js",
|
|
|
|
"sass": "sass --no-source-map --style=compressed style/"
|
2020-09-10 15:08:10 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-18 15:08:35 +02:00
|
|
|
"esinstall": "^1.1.7",
|
2021-10-03 11:42:11 +02:00
|
|
|
"htm": "^3.1.0",
|
|
|
|
"preact": "^10.5.14",
|
|
|
|
"sass": "^1.42.1"
|
2020-09-10 15:08:10 +02:00
|
|
|
}
|
|
|
|
}
|