react-responsive-scale
Version:
A React component for responsive scaling of data dashboards
64 lines • 1.7 kB
JSON
{
"name": "react-responsive-scale",
"version": "1.1.1",
"type": "module",
"description": "A React component for responsive scaling of data dashboards",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"responsive",
"scale",
"data",
"dashboard",
"rem",
"screen"
],
"author": "sutie <susususutie@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/susususutie/react-responsive-scale.git"
},
"bugs": {
"url": "https://github.com/susususutie/react-responsive-scale/issues"
},
"homepage": "https://github.com/susususutie/react-responsive-scale#readme",
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tsup": "^8.5.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
},
"peerDependencies": {
"react": ">=18.1.0",
"react-dom": ">=18.1.0"
},
"dependencies": {
"lodash-es": "^4.17.21"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"build-pkg": "tsc -b --noEmit && tsup ./src/ReactResponsiveScale/index.ts --clean --sourcemap --dts --format esm --tsconfig ./tsconfig.app.json"
}
}