modern-react-ui-components
Version:
Modern React + TypeScript component library with Toaster, Input, and DatePicker components
73 lines (72 loc) • 1.93 kB
JSON
{
"name": "modern-react-ui-components",
"version": "1.6.0",
"description": "Modern React + TypeScript component library with Toaster, Input, and DatePicker components",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
},
"./dist/style.css": "./dist/style.css",
"./style.css": "./dist/style.css"
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly --outDir dist",
"dev": "vite build --watch",
"preview": "cd preview && npm run dev",
"preview:install": "cd preview && npm install",
"type-check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"clean": "rimraf dist"
},
"keywords": [
"react",
"typescript",
"components",
"ui",
"toaster",
"input",
"datepicker",
"calendar",
"library",
"mobile-responsive",
"css-modules"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/ui-components.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-dts": "^3.7.0"
}
}