UNPKG

react-js-cron-mui

Version:

A React cron editor with Material UI a forked repo from Xavier Rutayisire (https://github.com/xrutayisire/react-js-cron)

79 lines (78 loc) 2.68 kB
{ "name": "react-js-cron-mui", "version": "1.3.0", "description": "A React cron editor with Material UI a forked repo from Xavier Rutayisire (https://github.com/xrutayisire/react-js-cron)", "author": "Itay Levy (https://github.com/levyitay/)", "license": "MIT", "keywords": [ "react", "reactjs", "js", "cron", "crontab", "editor", "widget", "generator", "mui", "material-ui" ], "homepage": "https://github.com/levyitay/react-js-cron-mui#readme", "repository": { "type": "git", "url": "git+https://github.com/levyitay/react-js-cron-mui.git" }, "bugs": { "url": "https://github.com/levyitay/react-js-cron-mui/issues" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/cjs/index.d.ts", "scripts": { "build": "rm -fr dist && yarn build:babel && yarn build:types", "build:babel": "concurrently \"yarn build:babel:esm\" \"yarn build:babel:cjs\"", "build:babel:cjs": "BABEL_ENV=cjs babel --extensions \".ts,.tsx\" --copy-files src --out-dir dist/cjs --presets=@babel/env", "build:babel:esm": "BABEL_ENV=esm babel --extensions \".ts,.tsx\" --copy-files src --out-dir dist/esm", "build:types": "tsc", "storybook": "start-storybook -p 9009", "build-storybook": "build-storybook", "lint": "eslint 'src/**/*.ts?(x)'", "prettier": "prettier --write 'src/**/*.{ts?(x),css}'" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "@material-ui/core": ">=4.0.0", "fontsource-roboto": "^4.0.0" }, "devDependencies": { "@babel/cli": "^7.12.10", "@babel/plugin-proposal-export-default-from": "^7.12.1", "@babel/plugin-transform-typescript": "^7.12.1", "@storybook/addon-docs": "^6.1.11", "@storybook/addons": "^6.1.11", "@storybook/preset-create-react-app": "^3.1.5", "@storybook/react": "^6.1.11", "@types/node": "^14.14.20", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-plugin-typescript-to-proptypes": "^1.4.2", "concurrently": "^5.3.0", "del-cli": "^3.0.1", "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.2.1", "react": "^17.0.0", "react-dom": "^17.0.0", "react-scripts": "^4.0.1", "typescript": "^4.1.3", "@material-ui/icons": "^4.11.2", "@material-ui/core": "^4.11.2" }, "dependencies": {} }