tp-dropdown/package.json

23 lines
517 B
JSON
Raw Permalink Normal View History

2022-03-12 22:59:33 +01:00
{
2022-03-12 23:09:47 +01:00
"name": "@tp/tp-dropdown",
"version": "1.4.0",
2022-03-12 22:59:33 +01:00
"description": "",
2022-03-12 23:09:47 +01:00
"main": "tp-dropdown.js",
2022-03-12 22:59:33 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-03-12 23:09:47 +01:00
"url": "https://gitea.codeblob.work/tp-elements/tp-dropdown.git"
2022-03-12 22:59:33 +01:00
},
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
2022-03-12 23:09:47 +01:00
"@tp/helpers": "^1.0.1",
"@tp/tp-icon": "^1.0.0",
"@tp/tp-input": "^1.0.3",
"@tp/tp-media-query": "^1.0.0",
2022-03-12 22:59:33 +01:00
"lit": "^2.2.0"
}
}