mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
91 lines
2.9 KiB
JSON
Executable File
91 lines
2.9 KiB
JSON
Executable File
{
|
|
"name": "fyipe-accounts",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"homepage": "/",
|
|
"dependencies": {
|
|
"amplitude-js": "^8.3.1",
|
|
"axios": "^0.21.1",
|
|
"card-validator": "^8.1.1",
|
|
"cli-table": "^0.3.6",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.16.4",
|
|
"faker": "^5.5.3",
|
|
"file-saver": "^2.0.5",
|
|
"history": "^4.7.2",
|
|
"jest": "^26.6.3",
|
|
"loadable-components": "^2.2.3",
|
|
"prop-types": "^15.6.1",
|
|
"puppeteer": "^5.5.0",
|
|
"query-string": "^5.1.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-frontload": "^1.0.3",
|
|
"react-ga": "^2.5.3",
|
|
"react-redux": "^5.0.7",
|
|
"react-reveal": "^1.2.2",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-router-redux": "^4.0.8",
|
|
"react-scripts": "^4.0.3",
|
|
"react-stripe-elements": "^1.6.0",
|
|
"redux": "^3.7.2",
|
|
"redux-form": "^7.3.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.2.0",
|
|
"sane-email-validation": "^3.0.1",
|
|
"universal-cookie": "^4.0.0",
|
|
"uuid": "^8.3.2",
|
|
"valid-url": "^1.0.9",
|
|
"workbox-build": "^6.1.5"
|
|
},
|
|
"scripts": {
|
|
"dev": "PORT=3003 react-scripts start",
|
|
"build": "react-scripts build && npm run build-sw",
|
|
"build-sw": "node ./src/sw-build.js",
|
|
"test": "jest --forceExit --runInBand ./src/test/*.test.js",
|
|
"enterprise-test": "jest --forceExit --runInBand ./src/test/*.test.enterprise.js",
|
|
"start": "node --max-old-space-size=4096 index.js",
|
|
"audit": "npm audit --audit-level=low",
|
|
"light-house": "node lighthouse.js --web",
|
|
"light-house-mobile": "node lighthouse.js --mobile",
|
|
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
|
|
"dep-check": "depcheck ./ --skip-missing=true --ignores='loadable-components'"
|
|
},
|
|
"devDependencies": {
|
|
"chrome-launcher": "^0.13.2",
|
|
"commander": "^7.2.0",
|
|
"depcheck": "^1.4.1",
|
|
"lighthouse": "^6.2.0",
|
|
"npm-force-resolutions": "0.0.10",
|
|
"ora": "^5.4.1",
|
|
"should": "^13.2.3"
|
|
},
|
|
"resolutions": {},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js",
|
|
"!src/**/*.stories.js",
|
|
"!src/store.js",
|
|
"!src/config.js",
|
|
"!src/routes.js",
|
|
"!src/setupTests.js"
|
|
],
|
|
"testMatch": [
|
|
"<rootDir>/src/test/**/*.test.js",
|
|
"<rootDir>/src/test/**/*.test.enterprise.js"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|