@olc-digital/components
Version:
Small components library
31 lines • 646 B
JSON
{
"name": "@olc-digital/components",
"version": "0.0.2",
"description": "Small components library",
"keywords": [
"react",
"components",
"OLC",
"Digital",
"olc-digital",
"typescript",
"slideshow"
],
"main": "index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/olc-digital/components.git"
},
"author": "olc-digital",
"license": "ISC",
"homepage": "https://github.com/olc-digital/components#readme",
"devDependencies": {
"react": "^18.2.0"
},
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"@olc-digital/components": "^0.0.1"
}
}