react-calendar-timeline
Version:
react-calendar-timeline
136 lines (135 loc) • 3.68 kB
JSON
{
"name": "react-calendar-timeline",
"version": "0.30.0-beta.4",
"description": "react-calendar-timeline",
"packageManager": "npm@10.1.0",
"scripts": {
"build": "npm run clean && tsc && vite build",
"clean": "rimraf ./dist",
"lint": "eslint --ext .ts --ext .tsx ./src",
"lint:fix": "npm run lint --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"main": "./dist/react-calendar-timeline.cjs.js",
"module": "./dist/react-calendar-timeline.es.js",
"sideEffects": false,
"exports": {
"./style.css": "./dist/style.css",
"./dist/*.scss": "./dist/*.scss",
"./dist/*.css": "./dist/*.css",
".": {
"types": [
"./dist/index.d.ts"
],
"sass": "./dist/Timeline.scss",
"style": "./dist/Timeline.css",
"import": "./dist/react-calendar-timeline.es.js",
"require": "./dist/react-calendar-timeline.cjs.js"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"homepage": "https://github.com/namespace-ee/react-calendar-timeline",
"repository": {
"type": "git",
"url": "https://github.com/namespace-ee/react-calendar-timeline.git"
},
"private": false,
"author": "Marius Andra <marius.andra@gmail.com>",
"contributors": [
{
"name": "Stanisław Chmiela",
"email": "sjchmiela@gmail.com"
},
{
"name": "Mike Joyce",
"url": "https://github.com/mcMickJuice"
},
{
"name": "Samuel Rossetti"
},
{
"name": "amakhrov",
"url": "https://github.com/amakhrov"
},
{
"name": "Ahmad Ilaiwi",
"url": "https://github.com/Ilaiwi"
},
{
"name": "dkarnutsch",
"url": "https://github.com/dkarnutsch"
},
{
"name": "Alex Maclean",
"url": "https://github.com/acemac"
},
{
"name": "Kevin Mann",
"url": "https://github.com/kevinmanncito"
},
{
"name": "Remco Blumink",
"url": ""
}
],
"license": "MIT",
"keywords": [
"react",
"reactjs",
"react-component",
"timeline"
],
"dependencies": {
"classnames": "^2.5.1",
"element-resize-detector": "^1.2.4",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0"
},
"peerDependencies": {
"dayjs": "^1.11.10",
"interactjs": "1.10.27",
"react": "^18 || ^19.0.0-rc-66855b96-20241106",
"react-dom": "^18 || ^19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@rollup/plugin-typescript": "^12.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/element-resize-detector": "^1.1.6",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.5",
"interactjs": "1.10.27",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"jsdom": "^25.0.1",
"prettier": "^3.1.0",
"prettier-eslint-cli": "^8.0.1",
"randomcolor": "^0.6.2",
"rimraf": "^6.0.1",
"rollup-plugin-typescript-paths": "^1.5.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-static-copy": "^2.1.0"
}
}