UNPKG

react-js-cron-mantine

Version:

Fork of [react-js-cron](https://github.com/xrutayisire/react-js-cron), made to work with [mantine](https://mantine.dev)

146 lines (145 loc) 4.77 kB
{ "name": "react-js-cron-mantine", "version": "2.1.18", "description": "Fork of [react-js-cron](https://github.com/xrutayisire/react-js-cron), made to work with [mantine](https://mantine.dev)", "license": "MIT", "keywords": [ "react", "reactjs", "js", "cron", "crontab", "editor", "widget", "generator", "mantine", "cronjob", "schedule", "parser" ], "homepage": "https://github.com/egyanamtech/react-js-cron-mantine#readme", "repository": { "type": "git", "url": "git+https://github.com/egyanamtech/react-js-cron-mantine.git" }, "bugs": { "url": "https://github.com/egyanamtech/react-js-cron-mantine/issues" }, "contributors": [ { "name": "Lingayya Hiremath", "url": "https://github.com/lingayya0124" }, { "name": "Mrityunjay Saxena", "email": "mrityunjaysaxena1996@gmail.com", "url": "https://github.com/mrityunjaygr8" }, { "name": "Xavier Rutayisire", "email": "xavier.rutayisire@gmail.com", "url": "https://github.com/xrutayisire/" } ], "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/cjs/index.d.ts", "scripts": { "build": "del dist && pnpm run build:babel && pnpm run build:types && pnpm run build:styles", "build:babel": "concurrently \"pnpm run build:babel:esm\" \"pnpm run 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", "build:styles": "cp dist/cjs/styles.css dist/", "storybook": "start-storybook -p 9009", "build-storybook": "build-storybook -o docs", "lint": "eslint --fix 'src/**/*.ts?(x)'", "prettier": "prettier --write 'src/**/*.{ts?(x),css}'", "test": "react-scripts test", "coverage": "npm test -- --coverage --watchAll", "test:ci": "npm test -- --coverage --forceExit --detectOpenHandles", "prettier:ci": "prettier --check 'src/**/*.{ts?(x),css}'", "lint:ci": "eslint 'src/**/*.ts?(x)'" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@ant-design/icons": "4.7.0", "@babel/cli": "7.17.10", "@babel/core": "7.18.5", "@babel/plugin-proposal-export-default-from": "7.17.12", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@babel/plugin-transform-typescript": "7.18.4", "@emotion/react": "^11.9.3", "@mantine/core": "^5.1.6", "@mantine/dates": "^5.1.6", "@mantine/dropzone": "^5.1.6", "@mantine/form": "^5.1.6", "@mantine/hooks": "^5.1.6", "@mantine/modals": "^5.1.6", "@mantine/notifications": "^5.1.6", "@mantine/rte": "^5.1.6", "@mantine/spotlight": "^5.1.6", "@storybook/addon-actions": "6.5.9", "@storybook/addon-essentials": "6.5.9", "@storybook/addon-interactions": "6.5.9", "@storybook/addon-links": "6.5.9", "@storybook/builder-webpack5": "6.5.9", "@storybook/manager-webpack5": "6.5.9", "@storybook/react": "6.5.9", "@storybook/testing-library": "0.0.13", "@testing-library/dom": "7.21.4", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", "@testing-library/react-hooks": "8.0.1", "@testing-library/user-event": "14.2.1", "@types/jest": "28.1.7", "@types/node": "18.0.0", "@types/react": "18.0.14", "@types/react-dom": "18.0.5", "@types/testing-library__jest-dom": "5.14.5", "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", "babel-loader": "8.2.5", "babel-plugin-react-remove-properties": "0.3.0", "babel-plugin-transform-es2015-modules-umd": "6.24.1", "babel-plugin-typescript-to-proptypes": "2.0.0", "concurrently": "7.2.2", "dayjs": "^1.0.0", "del-cli": "4.0.1", "eslint": "8.18.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "prettier": "2.7.1", "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "5.0.1", "require-from-string": "^2.0.2", "typescript": "4.7.4", "webpack": "^2.0.0" }, "dependencies": { "dayjs": "^1.0.0", "@emotion/react": "^11.9.3", "@mantine/core": "^5.1.6", "@mantine/form": "^5.1.6", "@mantine/hooks": "^5.1.6" }, "jest": { "collectCoverageFrom": [ "src/**", "!src/types.ts", "!src/index.ts", "!src/stories/**" ], "coverageReporters": [ "lcov", "json-summary" ] } }