mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
38 lines
1.3 KiB
JSON
Executable File
38 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "fyipe-homepage",
|
|
"version": "3.0.2457",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js",
|
|
"test": "echo 'no tests'",
|
|
"lighthouse-test": "jest lighthouse-tests/test/index.test.js --env=node --detectOpenHandles",
|
|
"lighthouse": "start-server-and-test http://localhost:1444",
|
|
"smoketest": "jest smoketest/index.test.js --env=node --detectOpenHandles",
|
|
"audit": "npm-audit-ci-wrapper --threshold=high",
|
|
"light-house": "node lighthouse.js --web",
|
|
"light-house-mobile": "node lighthouse.js --mobile",
|
|
"dep-check": "depcheck ./ --skip-missing=true --ignores='ejs,puppeteer'"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cli-table": "^0.3.1",
|
|
"compression": "^1.7.4",
|
|
"ejs": "^2.6.2",
|
|
"express": "^4.17.1",
|
|
"minify": "^5.1.1",
|
|
"try-to-catch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chrome-launcher": "^0.10.7",
|
|
"commander": "^4.0.1",
|
|
"depcheck": "^0.9.2",
|
|
"jest": "^24.8.0",
|
|
"lighthouse": "^5.6.0",
|
|
"nodemon": "^2.0.2",
|
|
"npm-audit-ci-wrapper": "^2.4.3",
|
|
"ora": "^4.0.3",
|
|
"puppeteer": "^1.20.0",
|
|
"start-server-and-test": "^1.9.1"
|
|
}
|
|
}
|