@levashovn/react-js-cron-mui5
Version:
A React cron editor with Mui5 a forked repo from Xavier Rutayisire (https://github.com/xrutayisire/react-js-cron)
87 lines (84 loc) • 2.8 kB
JSON
{
"name": "@levashovn/react-js-cron-mui5",
"version": "1.0.6",
"description": "A React cron editor with Mui5 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/levashovn/react-js-cron-mui5#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/levashovn/react-js-cron-mui5.git"
},
"bugs": {
"url": "https://github.com/levashovn/react-js-cron-mui5/issues"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"build": "del 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": ">=17.0.0",
"react-dom": ">=17.0.0",
"@mui/material": ">=5.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",
"@emotion/styled": "*",
"@emotion/react": "*",
"@mui/material": ">=5.10.4",
"@mui/icons-material": "*",
"@types/node": "^14.14.20",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@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.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"typescript": "^4.1.3"
},
"dependencies": {
},
"resolutions": {
"@types/react": "^17.0.2",
"@typescript-eslint/parser": "^4.12.0"
}
}