UNPKG

material-ui-cron

Version:
87 lines (86 loc) 2.86 kB
{ "name": "material-ui-cron", "version": "0.1.0-beta.4", "description": "A React cron editor using material ui", "author": "Parichay Barpanda <parichay.barpanda@gmail.com> (https://github.com/baymac/)", "license": "MIT", "keywords": [ "react", "reactjs", "js", "cron", "crontab", "editor", "widget", "generator", "material-ui", "mui" ], "homepage": "https://baymac.github.io/material-ui-cron", "repository": { "type": "git", "url": "git+https://github.com/baymac/material-ui-cron.git" }, "bugs": { "url": "https://github.com/baymac/material-ui-cron/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", "lint": "eslint 'src/**/*.ts?(x)'", "prettier": "prettier --write \"src/**/*.{ts?(x),css}\"", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "deploy-storybook": "gh-pages -d storybook-static" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/plugin-proposal-export-default-from": "^7.14.5", "@babel/plugin-transform-typescript": "^7.14.6", "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", "@storybook/addon-actions": "^6.3.4", "@storybook/addon-essentials": "^6.3.4", "@storybook/addon-links": "^6.3.4", "@storybook/react": "^6.3.4", "@types/node": "^16.3.3", "@types/react": "^17.0.14", "@types/react-dom": "^17.0.9", "@typescript-eslint/eslint-plugin": "^4.28.3", "@typescript-eslint/parser": "^4.28.3", "babel-loader": "^8.2.2", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-plugin-typescript-to-proptypes": "^1.4.2", "concurrently": "^6.2.0", "del-cli": "^4.0.1", "eslint": "^7.31.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "^2.3.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "^4.0.3", "typescript": "^4.3.5" }, "peerDependencies": { "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", "react": "^17.0.1", "react-dom": "^17.0.1" }, "dependencies": { "@material-ui/core": "^5.0.0-beta.1", "@material-ui/styles": "^5.0.0-beta.1", "cronstrue": "^1.114.0", "recoil": "^0.3.1" } }