oneuptime/Accounts/package.json

103 lines
3.3 KiB
JSON
Raw Normal View History

2019-08-02 12:56:16 +00:00
{
"name": "oneuptime-accounts",
2020-05-19 20:02:11 +00:00
"version": "3.0.0",
2020-02-27 11:15:46 +00:00
"private": true,
"homepage": "/",
2022-02-25 13:25:16 +00:00
"type": "module",
2020-02-27 11:15:46 +00:00
"dependencies": {
2022-03-22 10:34:57 +00:00
"@loadable/component": "^5.15.2",
2022-03-15 11:39:20 +00:00
"@stripe/react-stripe-js": "^1.7.0",
2022-03-22 10:34:57 +00:00
"@stripe/stripe-js": "^1.25.0",
2022-03-22 11:19:12 +00:00
"@types/compression": "^1.7.2",
2022-03-22 14:20:03 +00:00
"@types/react-dom": "^17.0.14",
2022-03-22 11:19:12 +00:00
"@types/react-redux": "^7.1.23",
"@types/react-router-redux": "^5.0.21",
2022-03-22 14:20:03 +00:00
"@types/redux-form": "^8.3.3",
2022-03-22 11:19:12 +00:00
"@types/redux-logger": "^3.0.9",
2022-03-22 10:34:57 +00:00
"amplitude-js": "^8.17.0",
"axios": "^0.26.1",
2021-06-24 09:42:07 +00:00
"card-validator": "^8.1.1",
2022-03-22 10:34:57 +00:00
"cli-table": "^0.3.11",
2022-04-10 22:04:03 +00:00
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
2022-04-11 13:11:16 +00:00
"CommonUI": "file:../CommonUI",
2020-02-27 11:15:46 +00:00
"compression": "^1.7.4",
2022-03-22 10:34:57 +00:00
"express": "^4.17.3",
"faker": "^6.6.6",
2021-06-24 09:42:07 +00:00
"file-saver": "^2.0.5",
2022-03-22 10:34:57 +00:00
"history": "^5.3.0",
"jest": "^27.5.1",
"prop-types": "^15.8.1",
2022-03-13 22:50:53 +00:00
"puppeteer": "^13.5.1",
2022-03-22 10:34:57 +00:00
"query-string": "^7.1.1",
2021-08-14 20:32:32 +00:00
"react": "^17.0.2",
2022-03-15 21:22:31 +00:00
"react-awesome-reveal": "^3.8.1",
2021-08-14 20:32:32 +00:00
"react-dom": "^17.0.2",
2022-03-22 10:34:57 +00:00
"react-frontload": "^2.0.0",
"react-ga": "^3.3.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2",
2020-02-27 11:15:46 +00:00
"react-router-redux": "^4.0.8",
2022-03-22 10:34:57 +00:00
"react-scripts": "^5.0.0",
"redux": "^4.1.2",
"redux-form": "^8.3.8",
2020-11-30 14:38:23 +00:00
"redux-logger": "^3.0.6",
2022-03-22 10:34:57 +00:00
"redux-thunk": "^2.4.1",
2021-06-24 09:42:07 +00:00
"sane-email-validation": "^3.0.1",
2022-03-22 10:34:57 +00:00
"universal-cookie": "^4.0.4",
2021-03-06 16:59:45 +00:00
"uuid": "^8.3.2",
2021-01-04 13:35:04 +00:00
"valid-url": "^1.0.9",
2022-03-22 10:34:57 +00:00
"workbox-build": "^6.5.1"
2020-02-27 11:15:46 +00:00
},
"scripts": {
2022-01-24 19:00:53 +00:00
"dev": "PORT=3003 react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build && npm run build-sw",
2020-04-20 20:17:59 +00:00
"build-sw": "node ./src/sw-build.js",
2022-03-22 09:30:31 +00:00
"compile": "tsc",
"test": "jest --forceExit --runInBand ./src/test/*.test.js",
"enterprise-test": "jest --forceExit --runInBand ./src/test/*.test.enterprise.js",
2022-03-02 11:18:11 +00:00
"start": "node index.ts",
2020-12-10 07:10:18 +00:00
"audit": "npm audit --audit-level=low",
2020-02-27 11:15:46 +00:00
"light-house": "node lighthouse.js --web",
"light-house-mobile": "node lighthouse.js --mobile",
2021-03-06 12:46:43 +00:00
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
2022-03-15 21:22:31 +00:00
"dep-check": "depcheck ./ --skip-missing=true'"
2020-02-27 11:15:46 +00:00
},
"devDependencies": {
2022-03-22 10:34:57 +00:00
"chrome-launcher": "^0.15.0",
"commander": "^9.1.0",
"depcheck": "^1.4.3",
"lighthouse": "^9.5.0",
2021-06-24 09:42:07 +00:00
"npm-force-resolutions": "0.0.10",
2022-03-22 10:34:57 +00:00
"ora": "^6.1.0",
2021-01-04 13:35:04 +00:00
"should": "^13.2.3"
2021-03-06 12:46:43 +00:00
},
2021-03-06 13:24:28 +00:00
"resolutions": {},
2020-02-27 11:15:46 +00:00
"jest": {
"collectCoverageFrom": [
"src/**/*.js",
"!src/**/*.stories.js",
"!src/store.js",
"!src/config.js",
"!src/routes.js",
"!src/setupTests.js"
2020-03-07 15:11:53 +00:00
],
"testMatch": [
"<rootDir>/src/test/**/*.test.js",
"<rootDir>/src/test/**/*.test.enterprise.js"
2020-02-27 11:15:46 +00:00
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
2022-03-15 11:39:20 +00:00
}