@jk-core/components
Version:
components for jk
100 lines (99 loc) • 3.03 kB
JSON
{
"name": "@jk-core/components",
"version": "1.1.9",
"type": "module",
"main": "./dist/index.umd.cjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"license": "MIT",
"description": "components for jk",
"author": "KimKyungYun <kky38225221@gmail.com>",
"homepage": "https://bitbucket.org/jkcore/frontend_library#readme",
"repository": {
"type": "git",
"url": "git+https://KyungYun@bitbucket.org/jkcore/frontend_library.git"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://bitbucket.org/jkcore/frontend_library/issues"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"files": [
"./dist",
"./src"
],
"keywords": [
"utils",
"kyungyun",
"jk",
"components",
"calendar"
],
"peerDependencies": {
"react": "^19.1.0"
},
"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 && yarn lint:stylelint",
"lint:fix": "yarn lint:eslint --fix && yarn lint:stylelint --fix",
"lint:eslint": "eslint src",
"lint:stylelint": "stylelint \"./src/**/*.scss\" --config ../../.stylelintrc.json"
},
"dependencies": {
"@jk-core/hooks": "^1.0.0",
"@jk-core/utils": "^1.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@stylistic/eslint-plugin": "^5.1.0",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"code-inspector-plugin": "^0.20.15",
"eslint": "^9.30.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"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",
"optionator": "^0.9.4",
"postcss": "^8.5.6",
"postcss-scss": "^4.0.9",
"sass": "^1.80.0",
"sass-loader": "^16.0.2",
"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-injected-by-js": "^3.5.2",
"vite-plugin-css-modules": "^0.0.1",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-sass-dts": "^1.3.31",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
}