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.
27 lines
730 B
27 lines
730 B
{
|
|
"name": "@tiny-components/datepicker",
|
|
"version": "0.4.0",
|
|
"description": "Datepicker for Desktop and Mobile",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitea.node001.net:tiny-components/datepicker.git"
|
|
},
|
|
"author": "Björn Hase",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@riotjs/observable": "^4.1.1",
|
|
"@tiny-components/plain-ui": "^0.6.0",
|
|
"dayjs": "^1.11.19",
|
|
"hammerjs": "^2.0.8",
|
|
"riot": "^10.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@riotjs/webpack-loader": "^6.0.0",
|
|
"@tiny-components/webpack": "^0.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode development --config webpack.config.js",
|
|
"build-production": "webpack --mode production --config webpack.config.js"
|
|
}
|
|
}
|