UNPKG

react-statix

Version:

React components for statix localization management

56 lines (55 loc) 1.42 kB
{ "name": "react-statix", "version": "1.0.3", "description": "React components for statix localization management", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "build": "rollup -c", "test": "vitest", "test:watch": "vitest --watch", "prepublishOnly": "npm run build" }, "keywords": [ "react", "localization", "i18n", "translation", "statix" ], "author": "Göker Zafer <gokerlek@gmail.com> (https://github.com/gokerlek)", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-i18next": ">=15.6.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.7.0", "jsdom": "^26.1.0", "rollup": "^4.0.0", "rollup-plugin-dts": "^6.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-svg": "^2.0.0", "tslib": "^2.5.0", "typescript": "^5.0.0", "vitest": "^1.0.0" } }