tp-date-picker/package.json

21 lines
459 B
JSON
Raw Normal View History

2023-01-27 12:45:15 +01:00
{
"name": "@tp/tp-date-picker",
"version": "2.0.2",
2023-01-27 12:45:15 +01:00
"description": "",
"main": "tp-date-picker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.codeblob.work/tp-elements/tp-date-picker.git"
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"@date-fns/utc": "^2.1.0",
"date-fns": "^4.0.0",
2023-01-27 12:45:15 +01:00
"lit": "^2.2.0"
}
}