mantine-resource-timeline
Version:
A resource timeline component built with Mantine
118 lines (117 loc) • 3.41 kB
JSON
{
"name": "mantine-resource-timeline",
"description": "A resource timeline component built with Mantine",
"private": false,
"version": "8.0.1",
"type": "module",
"repository": {
"url": "git+https://github.com/jvllmr/mantine-resource-timeline.git",
"type": "git"
},
"homepage": "https://mantine-resource-timeline.vercel.app",
"main": "./dist/lib/index.cjs",
"module": "./dist/es/index.mjs",
"types": "./dist/types/index.d.ts",
"author": "Jan Vollmer <jan@vllmr.dev>",
"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "rslib build",
"build:watch": "rslib build --watch",
"prepublish": "rslib build",
"test:build": "publint --strict",
"lint": "eslint .",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"format": "prettier -w ."
},
"files": [
"dist",
"src",
"LICENSE"
],
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/es/index.mjs"
},
"require": {
"types": "./dist/types/index.d.cts",
"default": "./dist/lib/index.cjs"
}
},
"./package.json": "./package.json"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-react": "^7.27.1",
"@date-fns/tz": "^1.4.1",
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.36.0",
"@mantine/core": "^8.3.1",
"@mantine/dates": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@microsoft/api-extractor": "^7.52.13",
"@rsbuild/plugin-babel": "^1.0.6",
"@rsbuild/plugin-react": "^1.4.0",
"@rslib/core": "^0.13.3",
"@storybook/addon-docs": "^9.1.7",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-storysource": "^8.6.14",
"@storybook/addon-themes": "^9.1.7",
"@storybook/blocks": "^8.6.14",
"@storybook/preview-api": "^8.6.14",
"@storybook/react": "^9.1.7",
"@storybook/test": "^8.6.14",
"@storybook/types": "^8.6.14",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"babel-plugin-react-compiler": "beta",
"date-fns": "^4.1.0",
"eslint": "^9.36.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "beta",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.1.7",
"globals": "^16.4.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"publint": "^0.3.13",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"storybook": "^9.1.7",
"storybook-addon-mantine": "^6.0.0",
"storybook-addon-rslib": "^2.1.1",
"storybook-dark-mode": "^4.0.2",
"storybook-react-rsbuild": "^2.1.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0"
},
"keywords": [
"mantine",
"resource",
"scheduler",
"timeline",
"calendar",
"component",
"react"
],
"packageManager": "pnpm@10.17.0",
"peerDependencies": {
"@mantine/core": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"@tanstack/react-virtual": "^3.9.0",
"@use-gesture/react": "^10.3.1",
"date-fns": "^4.1.0",
"@date-fns/tz": "^1.4.1",
"react": " ^19.0.0",
"react-dom": " ^19.0.0",
"valtio": "^2.1.0"
}
}