UNPKG

@jk-core/hooks

Version:
88 lines (87 loc) 2.57 kB
{ "name": "@jk-core/hooks", "version": "1.0.6", "type": "module", "description": "hooks for jk", "author": "KimKyungYun <kky38225221@gmail.com>", "homepage": "https://bitbucket.org/jkcore/frontend_library#readme", "license": "MIT", "main": "./dist/index.js", "repository": { "type": "git", "url": "git+https://KyungYun@bitbucket.org/jkcore/frontend_library.git" }, "publishConfig": { "access": "public" }, "scripts": { "build": "yarn clean && vite build", "clean:win": "if exist dist rmdir /S /Q dist", "clean:unix": "rm -rf dist", "clean": "node -e \"require('child_process').execSync(process.platform === 'win32' ? 'npm run clean:win' : 'npm run clean:unix', {stdio: 'inherit'})\"", "lint": "yarn lint:eslint", "lint:fix": "yarn lint:eslint --fix", "lint:eslint": "eslint src" }, "bugs": { "url": "https://bitbucket.org/jkcore/frontend_library/issues" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "src" ], "keywords": [ "jkcore", "jk", "hooks" ], "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "react": "*", "react-dom": "*", "@eslint/js": "^9.30.1", "@stylistic/eslint-plugin-ts": "^4.4.1", "@types/eslint-plugin-jsx-a11y": "^6.10.0", "@types/node": "^24.0.10", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@typescript-eslint/types": "^8.36.0", "@vitejs/plugin-react": "^4.6.0", "@vitejs/plugin-react-swc": "^3.7.1", "code-inspector-plugin": "^0.20.15", "eslint": "^9.30.1", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "postcss": "^8.5.6", "postcss-scss": "^4.0.9", "stylelint": "^16.21.1", "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-scss": "^15.0.1", "stylelint-scss": "^6.12.1", "stylelint-selector-bem-pattern": "^4.0.1", "tslib": "^2.8.1", "typescript": "^5.8.3", "typescript-eslint": "^8.36.0", "vite": "^7.0.2", "vite-plugin-checker": "^0.10.0", "vite-plugin-css-modules": "^0.0.1", "vite-plugin-dts": "^4.2.3", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^5.1.4" } }