ids-text
Version:
This package is a Proof of Concept (PoC) created for my own research and development (R&D). It is not intended for production use.
53 lines • 1.13 kB
JSON
{
"name": "ids-text",
"version": "1.0.3",
"type": "module",
"files": [
"dist"
],
"main": "./dist/ids-text.umd.cjs",
"module": "./dist/ids-text.js",
"exports": {
".": {
"import": "./dist/ids-text.js",
"require": "./dist/ids-text.umd.cjs"
}
},
"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": {
"@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",
"vite": "^6.2.0"
},
"author": "Gopi saravanan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gopisaravanan/ids-poc"
},
"keywords": [
"react",
"text-component",
"vite",
"ui"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
}
}