mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
81 lines
2.7 KiB
JSON
Executable File
81 lines
2.7 KiB
JSON
Executable File
{
|
|
"name": "status-page",
|
|
"version": "3.0.0",
|
|
"private": false,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"CommonServer": "file:../CommonServer",
|
|
"Common": "file:../Common",
|
|
"CommonUI": "file:../CommonUI",
|
|
"axios": "^0.26.1",
|
|
"chai": "^4.3.6",
|
|
"chai-http": "^4.3.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"google-translate": "^3.0.0",
|
|
"history": "^5.3.0",
|
|
"markdown-to-jsx": "^7.1.7",
|
|
"mocha": "^9.2.2",
|
|
"moment": "^2.29.1",
|
|
"mongodb": "^4.4.1",
|
|
"node-fetch": "^3.2.3",
|
|
"prop-types": "^15.8.1",
|
|
"puppeteer": "^13.5.1",
|
|
"query-string": "^7.1.1",
|
|
"react": "^18.1.0",
|
|
"react-auto-translate": "^0.0.6",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-onclickout": "^2.0.8",
|
|
"react-redux": "^7.2.6",
|
|
"react-router-dom": "^6.2.2",
|
|
"react-router-redux": "^4.0.8",
|
|
"react-scripts": "^5.0.0",
|
|
"recharts": "^2.1.9",
|
|
"redux": "^4.1.2",
|
|
"redux-form": "^8.3.8",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.4.1",
|
|
"sane-email-validation": "^3.0.1",
|
|
"serve": "^13.0.2",
|
|
"shx": "^0.3.4",
|
|
"socket.io-client": "^4.4.1",
|
|
"stripe": "^8.210.0",
|
|
"valid-url": "^1.0.9"
|
|
},
|
|
"resolutions": {},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"depcheck": "^1.4.3",
|
|
"jest-localstorage-mock": "^2.4.19",
|
|
"npm-force-resolutions": "0.0.10"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
|
|
"start": "node index.ts",
|
|
"build": "react-scripts --openssl-legacy-provider build",
|
|
"postbuild": "shx cp robots.txt build",
|
|
"dev": "export PORT=3006 && react-scripts --openssl-legacy-provider start",
|
|
"test": "mocha --exit ./src/test/statusPage.test.js",
|
|
"eject": "react-scripts eject",
|
|
"snapshots": "cross-env CI=true react-scripts test --env=jsdom --coverage --coverage",
|
|
"snapshots:watch": "react-scripts test --env=jsdom --watchAll",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public",
|
|
"audit": "npm audit --audit-level=low",
|
|
"dep-check": "depcheck ./ --skip-missing=true --ignores='serve'"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
} |