tp-date-input/package.json

21 lines
455 B
JSON
Raw Normal View History

2022-04-03 19:21:01 +02:00
{
2022-11-15 20:22:58 +01:00
"name": "@tp/tp-date-input",
2023-01-27 12:46:53 +01:00
"version": "0.2.0",
2022-04-03 19:21:01 +02:00
"description": "",
2022-11-15 20:22:58 +01:00
"main": "tp-date-input.js",
2022-04-03 19:21:01 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-11-15 20:22:58 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-date-input.git"
2022-04-03 19:21:01 +02:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2022-11-15 20:22:58 +01:00
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
2022-04-03 19:21:01 +02:00
"lit": "^2.2.0"
}
}