mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
39 lines
1.1 KiB
JSON
Executable File
39 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "fyipe-homepage",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo 'no tests'",
|
|
"lint": "eslint .",
|
|
"fix-lint": "eslint . --fix",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"ejs": "^2.6.2",
|
|
"express": "^4.17.1",
|
|
"express-seojs": "0.0.5",
|
|
"path": "^0.11.14",
|
|
"prerender-node": "^3.2.5",
|
|
"q": "^1.4.1",
|
|
"request": "^2.88.0",
|
|
"twitter-node-client": "0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.2",
|
|
"chrome-launcher": "^0.10.7",
|
|
"eslint": "5.16.0",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"faker": "^4.1.0",
|
|
"jest": "^24.8.0",
|
|
"lighthouse": "^2.9.4",
|
|
"npm-audit-ci-wrapper": "^2.3.0",
|
|
"puppeteer": "^1.19.0",
|
|
"start-server-and-test": "^1.9.1"
|
|
}
|
|
}
|