react-balochi-input
Version:
Seamless Balochi typing in React, no system adjustments needed.
81 lines (80 loc) • 1.88 kB
JSON
{
"name": "react-balochi-input",
"version": "1.0.3",
"description": "Seamless Balochi typing in React, no system adjustments needed.",
"author": "Umair Ayub",
"license": "MIT",
"keywords": [
"balochi-input",
"react-balochi-input",
"language-input",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/umairayub79/React-Balochi-Input.git"
},
"files": [
"dist",
"README.md"
],
"main": "./dist/react-balochi-input.umd.js",
"module": "./dist/react-balochi-input.es.js",
"exports": {
".": {
"import": "./dist/react-balochi-input.es.js",
"require": "./dist/react-balochi-input.umd.js"
}
},
"scripts": {
"dev": "vite",
"prepack": "rm -rf ./dist && npm run build",
"build": "vite build",
"test": "vitest run",
"watch": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@vitejs/plugin-react": "^4.0.4",
"c8": "^8.0.1",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.7.0",
"jsdom": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es2020": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"parserOptions": {
"sourceType": "module"
}
}
}