react-timeline-scheduler
Version:
A highly customizable timeline scheduler for managing production tasks in React applications.
75 lines (74 loc) • 2.04 kB
JSON
{
"name": "react-timeline-scheduler",
"version": "1.0.13",
"description": "A highly customizable timeline scheduler for managing production tasks in React applications.",
"license": "MIT",
"author": "LuciferDIot",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
},
"./styles": "./dist/style.css"
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"timeline",
"scheduler",
"task-management",
"timeline-view",
"production-planning"
],
"homepage": "https://github.com/LuciferDIot/react-timeline-scheduler#readme",
"bugs": {
"url": "https://github.com/LuciferDIot/react-timeline-scheduler/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/LuciferDIot/react-timeline-scheduler.git"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"prepare": "npm run build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.1",
"@vitejs/plugin-react": "^4.3.4",
"moment": "^2.30.1",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-icons": "^5.4.0",
"react-scrollbar": "^0.5.6",
"tailwindcss": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"ajv": "^8.17.1",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"framer-motion": "^12.0.6",
"typescript": "~5.6.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vite-plugin-dts": "^4.5.0"
}
}