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.
datepicker/package.json

28 lines
793 B

{
"name": "@tiny-components/datepicker",
"version": "0.5.0",
"description": "Datepicker for Desktop and Mobile",
"repository": {
"type": "git",
"url": "git@git.node001.net:tiny-components/datepicker.git"
},
"author": "Björn Hase <herrhase@node001.net>",
"license": "GPLV3",
"dependencies": {
"@riotjs/observable": "^4.1.1",
"@tiny-components/plain-ui": "^0.6.0",
"dayjs": "^1.11.19",
"hammerjs": "^2.0.8",
"riot": "^10.1.4"
},
"devDependencies": {
"@riotjs/webpack-loader": "^10.0.0",
"@tiny-components/webpack": "^0.6.0",
"terser-webpack-plugin": "^5.6.1"
},
"scripts": {
"build": "webpack --mode development --config webpack.config.js",
"build-production": "webpack --mode production --config webpack.config.js"
}
}