UNPKG

@opentf/react-ta-input

Version:

The Thamizhl (தமிழ்) language scripts input for ReactJS.

65 lines 1.64 kB
{ "name": "@opentf/react-ta-input", "version": "0.10.0", "description": "The Thamizhl (தமிழ்) language scripts input for ReactJS.", "homepage": "https://react-ta-input.pages.dev/", "keywords": [ "thamizhl", "tamil", "தமிழ்", "lang", "language", "script", "input", "react", "reactjs", "virtual", "onscreen", "keyboard", "layout" ], "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": { "import": "./dist/index.js" }, "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public", "provenance": true }, "repository": "git@github.com:Open-Tech-Foundation/react-ta-input.git", "author": "Thanga Ganapathy", "license": "MIT", "devDependencies": { "@types/node": "^20.11.5", "@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-swc": "^3.5.0", "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", "typescript": "^5.2.2", "vite": "^5.0.8", "vite-plugin-dts": "^3.7.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "dev": "vite --port=3000", "build": "tsc && vite build", "test": "echo 'No tests found...'", "lint": "eslint ./src/lib --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" } }