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.

24 lines
681 B

{
"name": "@tiny-components/select",
"version": "0.1.0",
"description": "Select with filter for Desktop and Mobile",
"repository": {
"type": "git",
"url": "git@git.node001.net:tiny-components/select.git"
},
"author": "Björn Hase <herrhase@node001.net>",
"license": "GPLV3",
"dependencies": {
"riot": "^10.1.4"
},
"devDependencies": {
"@riotjs/observable": "^4.1.1",
"@riotjs/webpack-loader": "^10.0.0",
"@tiny-components/plain-ui": "^0.6.0",
"@tiny-components/webpack": "^0.6.0"
},
"scripts": {
"build": "webpack --mode development --config webpack.config.js"
}
}