deep-react-ui
Version:
It's a UI Library build up on react
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "deep-react-ui",
"version": "1.0.0",
"description": "It's a UI Library build up on react",
"main": "dist/cjs/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deepanshu-cell/deep-ui.git"
},
"keywords": [
"React",
"UI",
"Button",
"button-ui"
],
"type": "module",
"author": "Deepanshu khorwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Deepanshu-cell/deep-ui/issues"
},
"homepage": "https://github.com/Deepanshu-cell/deep-ui#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}