UNPKG

react-output-schedule

Version:
63 lines (62 loc) 1.58 kB
{ "name": "react-output-schedule", "version": "1.0.39", "private": false, "main": "./dist/index.js", "license": "MIT", "description": "ouput the data with timer", "homepage": "https://github.com/harrisonh1991/react-output-schedule", "url": "https://github.com/harrisonh1991/react-output-schedule", "email": "kye0038883@gmail.com", "author": "Harrison Huang <kye0038883@gmail.com>)", "keywords": [ "react", "package", "npm", "schedule", "dynamic" ], "dependencies": { "dayjs": "^1.11.3" }, "scripts": { "start--ssl": "react-scripts --openssl-legacy-provider start", "start": "react-scripts start", "build": "rollup --config rollup.config.js", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "devDependencies": { "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", "@babel/preset-react": "^7.14.5", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-node-resolve": "^13.3.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "rollup": "^2.75.7", "web-vitals": "^1.1.2" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }