material-ui-cron
Version:
A React cron editor using material ui
72 lines (71 loc) • 2.05 kB
JSON
{
"name": "material-ui-cron",
"version": "1.1.1",
"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/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build",
"lint": "biome lint --write .",
"format": "biome format --write .",
"dev": "storybook dev -p 6006",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@biomejs/biome": "^1.9.0",
"@vitejs/plugin-react": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.6.14",
"typescript": "^5.3.3",
"vite": "^4.0.0",
"vite-plugin-dts": "^4.5.4"
},
"peerDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@mui/icons-material": "^7.3.2",
"@mui/material": "^5.15.3",
"@mui/system": "^5.15.3",
"cronstrue": "^2.41.0",
"recoil": "^0.7.7"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}