@next-helpdesk/core
Version:
Une bibliothèque React/Next.js complète pour systèmes de support/ticketing avec Kanban, diagramme de Gantt et gestion des tickets
71 lines (70 loc) • 1.92 kB
JSON
{
"name": "@next-helpdesk/core",
"version": "1.3.6",
"description": "Une bibliothèque React/Next.js complète pour systèmes de support/ticketing avec Kanban, diagramme de Gantt et gestion des tickets",
"keywords": [
"react",
"next.js",
"helpdesk",
"ticketing",
"support",
"kanban",
"gantt",
"typescript",
"material-ui",
"ticket-management"
],
"author": "kpidoff",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kpidoff/next-helpdesk.git"
},
"homepage": "https://github.com/kpidoff/next-helpdesk#readme",
"bugs": {
"url": "https://github.com/kpidoff/next-helpdesk/issues"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "nodemon --watch src --ext ts,tsx --exec \"tsup\"",
"build": "tsup src/index.ts --format cjs,esm --dts --external react --sourcemap",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "pnpm build",
"prepack": "pnpm build"
},
"dependencies": {
"@caldwell619/react-kanban": "^0.0.12",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^18.0.1",
"@hookform/resolvers": "^3.3.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^5.15.0",
"@mui/system": "^5.15.0",
"@types/lodash": "^4.17.20",
"@types/react-transition-group": "^4.4.12",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nodemon": "^3.1.10",
"react-hook-form": "^7.48.0",
"react-transition-group": "^4.4.5",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}