@harshit0150/reusable-ui-components
Version:
A collection of reusable React components with built-in Tailwind CSS styling.
86 lines (85 loc) • 2.39 kB
JSON
{
"name": "@harshit0150/reusable-ui-components",
"version": "0.1.41",
"private": false,
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"
},
"./styles.css": "./dist/styles.css",
"./global.css": "./dist/styles.css"
},
"files": [
"dist",
"dist/styles.css",
"dist/global.css",
"README.md"
],
"scripts": {
"dev": "next dev",
"build": "rm -rf dist && rollup -c --bundleConfigAsCjs && (test -f dist/esm/styles.css && cp dist/esm/styles.css dist/styles.css || echo 'styles.css not found, skipping copy')",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@types/react-autosuggest": "^10.1.11",
"downshift": "^9.0.9",
"moment": "^2.30.1",
"next": "^15.3.3",
"react-autosuggest": "^10.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"@eslint/eslintrc": "^3",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-url": "^8.0.2",
"@types/node": "24.0.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "^15.3.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"rollup": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"components",
"ui",
"reusable"
],
"author": "harshit0150",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Harshit-Github16/reusable-ui-components.git"
}
}