UNPKG

@modern-kit/react

Version:
94 lines (93 loc) 2.41 kB
{ "name": "@modern-kit/react", "sideEffects": false, "version": "2.5.1", "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" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.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": "^3.0.3", "autoprefixer": "^10.4.20", "esbuild": "^0.25.0", "jsdom": "^26.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.1.6", "typescript-plugin-css-modules": "^5.1.0", "vitest": "^3.2.2" }, "dependencies": { "@modern-kit/utils": "2.5.0", "classnames": "^2.5.1" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "keywords": [ "react", "next", "utils", "component", "ui", "hooks", "custom hooks" ], "gitHead": "f451da4fef108695b343911200ec95ee34da4e97" }