laborgit-user-heatmap
Version:
User activity heatmap for the LaborGit project
96 lines (95 loc) • 2.98 kB
JSON
{
"name": "laborgit-user-heatmap",
"version": "1.0.20",
"type": "module",
"description": "User activity heatmap for the LaborGit project",
"main": "dist/app_calendar_heatmap.bundle.js",
"module": "dist/app_calendar_heatmap.bundle.js",
"repository": "git://github.com/gdev2018/laborgit-user-heatmap.git",
"files": [
"dist"
],
"scripts": {
"start": "vite",
"tsc": "tsc",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --ui --coverage.enabled=true",
"test:ci": "vitest run --coverage",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"type-check": "tsc --noEmit",
"tsc_generateCpuProfile": "tsc --generateCpuProfile tsc-output.cpuprofile",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"npm_publish": "vite build && npm version patch && npm publish && git push --tags"
},
"author": "gdev2018",
"license": "Apache License 2.0",
"publishConfig": {},
"keywords": [
"labor",
"git",
"calendar",
"heatmap",
"time-management"
],
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^4.0.0",
"@mui/icons-material": "^6.4.2",
"@mui/lab": "^6.0.0-beta.25",
"@mui/material": "^6.4.2",
"@mui/x-date-pickers": "^7.25.0",
"@reduxjs/toolkit": "^2.8.2",
"@tanstack/react-table": "^8.17.0",
"@tanstack/react-virtual": "^3.7.0",
"@types/d3": "^7.4",
"@types/humanize-duration": "^3.27.4",
"@types/lodash": "^4.17.15",
"@types/moment": "^2.13.0",
"@types/node": "^20.10.4",
"@types/qs": "^6.9.18",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"axios": "^1.7.9",
"d3": "^7.8.5",
"dayjs": "^1.11.13",
"debounce": "^2.2.0",
"escape-string-regexp": "^5.0.0",
"eslint": "8.22.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eventemitter3": "^5.0.1",
"humanize-duration": "^3.32.1",
"lodash": "^4.17.21",
"material-react-table": "^3.2.1",
"moment": "^2.29.4",
"notistack": "^3.0.2",
"qs": "^6.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-redux": "^9.0.4",
"react-router-dom": "^7.3.0",
"typescript": "^5.2.2",
"vite": "^5.3.3",
"vite-plugin-checker": "0.7.2",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "4.3.2",
"yup": "^1.6.1"
},
"prettier": {
"endOfLine": "crlf",
"printWidth": 100,
"trailingComma": "none"
}
}