UNPKG

@modern-kit/react

Version:
99 lines (98 loc) 2.58 kB
{ "name": "@modern-kit/react", "sideEffects": false, "version": "2.8.0", "description": "modern-kit/react", "author": "ssi02014 <ssi02014@naver.com>", "license": "MIT", "bugs": "https://github.com/modern-agile-team/modern-kit/issues", "repository": { "type": "git", "url": "https://github.com/modern-agile-team/modern-kit" }, "homepage": "https://modern-agile-team.github.io/modern-kit", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./dist/*": { "types": "./dist/*", "require": "./dist/*", "import": "./dist/*" }, "./*": { "types": "./dist/*/index.d.ts", "require": "./dist/*/index.cjs", "import": "./dist/*/index.mjs" }, "./package.json": "./package.json" }, "scripts": { "test": "vitest --typecheck", "test:run": "vitest run --coverage --typecheck", "build": "rm -rf dist && rollup -c", "typecheck": "tsc --noEmit", "eslint": "eslint" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.1", "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7", "@vitest/coverage-istanbul": "^4.0.4", "autoprefixer": "^10.4.20", "esbuild": "^0.27.0", "eslint": "^9.37.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.0", "jsdom": "^27.0.0", "postcss": "^8.4.41", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.24.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "typescript": "^5.9.3", "typescript-plugin-css-modules": "^5.1.0", "vitest": "^4.0.4" }, "dependencies": { "@modern-kit/utils": "2.7.0", "classnames": "^2.5.1" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "packageManager": "yarn@4.10.3", "keywords": [ "react", "next", "utils", "component", "ui", "hooks", "custom hooks" ], "gitHead": "f451da4fef108695b343911200ec95ee34da4e97" }