@jk-core/hooks
Version:
hooks for jk
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "@jk-core/hooks",
"version": "1.0.1",
"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": "rm -rf dist",
"lint": "yarn lint:eslint && yarn lint:stylelint",
"lint:eslint": "eslint ./src/ --ext .tsx,.ts"
},
"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"
],
"dependencies": {
"react": "^19.1.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.1",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vite-tsconfig-paths": "^5.1.4"
}
}