tp-date-picker/package.json

21 lines
458 B
JSON
Raw Normal View History

2023-01-27 12:45:15 +01:00
{
"name": "@tp/tp-date-picker",
2024-07-30 10:41:16 +02:00
"version": "1.0.0",
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": "^2.28.0",
"date-fns-tz": "^1.3.3",
"lit": "^2.2.0"
}
}