react-output-object-schedule
Version:
ouput the data with timer
70 lines (69 loc) • 1.75 kB
JSON
{
"name": "react-output-object-schedule",
"version": "1.0.17",
"private": false,
"main": "./dist/index.js",
"license": "MIT",
"description": "ouput the data with timer",
"homepage": "https://github.com/harrisonh1991/npm-package-template",
"url": "https://github.com/harrisonh1991/npm-package-template",
"email": "kye0038883@gmail.com",
"author": "Harrison Huang <kye0038883@gmail.com>)",
"keywords": [
"react",
"package",
"npm",
"schedule",
"dynamic"
],
"dependencies": {
"axios": "^0.21.1",
"node-fetch": "^2.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"webpack": "webpack",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@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",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "8.1.0",
"node-sass": "^6.0.1",
"webpack": "4.44.2",
"webpack-cli": "^4.7.2",
"web-vitals": "^1.1.2"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}