@bagaking/dayboxing
Version:
A React component library for DayBoxing time management visualization
62 lines • 1.7 kB
JSON
{
"name": "@bagaking/dayboxing",
"version": "0.1.22",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"description": "A React component library for DayBoxing time management visualization",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "index.d.ts",
"files": [
"dist",
"index.d.ts"
],
"keywords": [
"react",
"typescript",
"dayboxing",
"time-management",
"visualization"
],
"author": "bagaking",
"license": "MIT",
"dependencies": {
"@bagaking/khtimeunit": "^0.0.1",
"@floating-ui/react": "^0.26.9",
"@floating-ui/react-dom": "^2.1.2",
"babel-plugin-styled-components": "^2.1.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": ">=6.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.34",
"rollup": "^4.9.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"styled-components": "^6.1.8",
"typescript": "^5.3.3"
},
"scripts": {
"build": "npm run clean && rollup -c && tsc --emitDeclarationOnly",
"dev": "rollup -c -w",
"clean": "rm -rf dist"
}
}