UNPKG

@gopisaravanan/ids-text

Version:
53 lines 1.24 kB
{ "name": "@gopisaravanan/ids-text", "version": "1.0.1", "description": "A simple text component package", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@eslint/js": "^9.21.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0" }, "author": "Gopi saravanan", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gopisaravanan/ids-poc" }, "keywords": [ "react", "text-component", "vite", "storybook", "ui" ], "scripts": { "dev": "vite", "build": "rm -rf dist && tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" } }