UNPKG

@josmangarsal/pragmatic-scheduler

Version:
106 lines 3.33 kB
{ "name": "@josmangarsal/pragmatic-scheduler", "version": "1.6.4", "description": "React resource scheduler", "main": "dist/pragmatic-scheduler.js", "types": "dist/pragmatic-scheduler.d.ts", "files": [ "dist/**/*" ], "scripts": { "start": "set PORT=4000 && react-scripts start", "dev:client": "PUBLIC_URL=/ react-scripts start", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "build": "tsc", "build-demo": "react-scripts build", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"", "lint": "npx eslint . --ext .ts,.tsx,.js,.jsx", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "predeploy": "npm run build-demo", "deploy": "gh-pages -d build" }, "homepage": "https://paul-orchid.github.io/pragmatic-scheduler", "repository": { "type": "git", "url": "git+ssh://git@github.com/paul-orchid/pragmatic-scheduler.git" }, "keywords": [ "React", "scheduler", "calendar", "Pragmatic" ], "author": "Paul French", "license": "ISC", "bugs": { "url": "https://github.com/paul-orchid/pragmatic-scheduler/issues" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.1", "@types/lodash": "^4.14.199", "@types/node": "^17.0.32", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/react-grid-layout": "^1.3.3", "@types/react-router": "^5.1.18", "babel-jest": "^27.5.1", "eslint-plugin-react-hooks": "^4.6.0", "gh-pages": "^6.0.0", "jest": "^27.5.1", "jest-cli": "^27.5.1", "pragmatic-ui": "^3.0.16", "prettier": "^2.5.1", "react": "^18.1.0", "react-app-rewired": "^2.2.1", "react-dom": "^18.1.0", "react-scripts": "^5.0.1", "regenerator-runtime": "^0.13.9", "svg-url-loader": "^7.1.1", "ts-jest": "^27.1.4", "ts-node-dev": "^2.0.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.6.2", "web-vitals": "^2.1.4" }, "dependencies": { "date-fns": "^3.6.0", "lodash": "^4.17.21", "overlayscrollbars": "^2.11.4", "overlayscrollbars-react": "^0.5.6", "react-grid-layout": "^1.4.2" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.11", "@mui/material": "^5.14.11", "@mui/x-date-pickers": "^7.0.0", "react": "^18.1.0", "react-dom": "^18.1.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }