uptime-status/package.json

31 lines
602 B
JSON

{
"name": "uptime-status",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-tooltip": "^4.2.21",
"sass": "^1.53.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}