@simpledotstudio/simple-banner
Version:
SimpleBanner - A reusable React component
64 lines (63 loc) • 1.6 kB
JSON
{
"name": "@simpledotstudio/simple-banner",
"version": "2.0.0-alpha.6",
"description": "SimpleBanner - A reusable React component",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src",
"meta.json",
"README.md"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts,.tsx"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@simpledotstudio/simple-avatar-select": "^2.0.0-alpha.5",
"@simpledotstudio/simple-banner-select": "^2.0.0-alpha.3",
"@simpledotstudio/simple-button": "^2.0.0-alpha.1",
"@simpledotstudio/simple-input": "^2.0.0-alpha.1",
"@simpledotstudio/simple-text": "^2.0.0-alpha.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^18.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"ts-jest": "^29.0.0"
},
"keywords": [
"react",
"component",
"banner",
"ui"
],
"author": {
"name": "SimpleStudio",
"email": "team@dns.xyz"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/simpledotstudio/simple-ui.git",
"directory": "packages/components/simple-banner"
},
"homepage": "https://github.com/simpledotstudio/simple-ui#readme",
"bugs": {
"url": "https://github.com/simpledotstudio/simple-ui/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4e96f909a1e700419166ffa8afd64ff2622d630d"
}