mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
d67a2ccd54
Snyk has created this PR to upgrade @axa-fr/react-oidc from 6.10.9 to 6.15.5. See this package in npm: https://www.npmjs.com/package/@axa-fr/react-oidc See this project in Snyk: https://app.snyk.io/org/mastermindzh/project/1579c544-8846-4f3a-a47d-08a9afd505f2?utm_source=github&utm_medium=referral&page=upgrade-pr
142 lines
4.5 KiB
JSON
142 lines
4.5 KiB
JSON
{
|
|
"name": "react-starter-kit",
|
|
"version": "0.7.0",
|
|
"description": "A modern, create-react-app-based, starter kit for React projects",
|
|
"keywords": [
|
|
"react",
|
|
"redux-toolkit",
|
|
"enterprise",
|
|
"starter-kit",
|
|
"slingshot",
|
|
"cypress",
|
|
"testing-library/react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Mastermindzh/react-starter-kit/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:Mastermindzh/react-starter-kit.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Rick van Lieshout",
|
|
"email": "info@rickvanlieshout.com"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"build:prod": "npm run build",
|
|
"cypress-run": "cypress run",
|
|
"e2e": "cypress open -d --e2e",
|
|
"e2e-ci": "start-server-and-test start http://localhost:3000 cypress-run",
|
|
"postinstall": "husky install",
|
|
"lint": "eslint \"src/**\"",
|
|
"lint-staged": "lint-staged --relative",
|
|
"organize-package-json": "npx format-package -w && npx sort-package-json",
|
|
"pretty-quick": "pretty-quick --staged",
|
|
"start": "node scripts/start.js",
|
|
"test": "node scripts/test.js --verbose",
|
|
"test-ci": "node scripts/test.js --ci --coverage",
|
|
"test-live-coverage": "concurrently --kill-others \"npm run test-with-coverage\" \"npx http-server -c-1 coverage/lcov-report\"",
|
|
"test-with-coverage": "node scripts/test.js --coverage",
|
|
"test:prod": "npm run test-ci && npm run e2e-ci"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,jsx,tsx,css,scss,json,md}": "prettier --write"
|
|
},
|
|
"dependencies": {
|
|
"@axa-fr/react-oidc": "^6.15.5",
|
|
"@reduxjs/toolkit": "^1.9.0",
|
|
"deepmerge": "^4.2.2",
|
|
"i18next-http-backend": "^2.0.1",
|
|
"luxon": "^3.1.0",
|
|
"react": "^18.2.0",
|
|
"react-app-polyfill": "^3.0.0",
|
|
"react-dev-utils": "^12.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.4.3",
|
|
"styled-components": "^5.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.2",
|
|
"@mastermindzh/prettier-config": "^1.0.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^29.2.2",
|
|
"@types/jwt-decode": "^3.1.0",
|
|
"@types/luxon": "^3.1.0",
|
|
"@types/node": "^18.11.9",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@types/styled-components": "^5.1.26",
|
|
"babel-jest": "^29.3.0",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-named-asset-import": "^0.3.8",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"bfj": "^7.0.2",
|
|
"browserslist": "^4.21.4",
|
|
"camelcase": "^6.2.1",
|
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
"concurrently": "^7.5.0",
|
|
"css-loader": "^6.7.1",
|
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
"cypress": "^10.11.0",
|
|
"dotenv": "^16.0.3",
|
|
"dotenv-expand": "^9.0.0",
|
|
"eslint": "^8.27.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"eslint-watch": "^8.0.0",
|
|
"eslint-webpack-plugin": "^3.2.0",
|
|
"file-loader": "^6.2.0",
|
|
"fs-extra": "^10.1.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"husky": "^8.0.2",
|
|
"i18next": "^22.0.4",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"immer": "^9.0.16",
|
|
"jest": "^29.3.0",
|
|
"jest-environment-jsdom": "^29.3.0",
|
|
"jest-junit": "^14.0.1",
|
|
"jest-resolve": "^29.3.0",
|
|
"jest-watch-typeahead": "^2.2.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"lint-staged": "^13.0.3",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"mocha-junit-reporter": "^2.1.1",
|
|
"postcss": "^8.4.18",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-loader": "^7.0.1",
|
|
"postcss-normalize": "^10.0.1",
|
|
"postcss-preset-env": "^7.8.2",
|
|
"prettier": "^2.7.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"prompts": "^2.4.2",
|
|
"react-i18next": "^12.0.0",
|
|
"react-refresh": "^0.14.0",
|
|
"resolve": "^1.22.1",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass-loader": "^13.1.0",
|
|
"semver": "^7.3.8",
|
|
"source-map-loader": "^4.0.1",
|
|
"start-server-and-test": "^1.14.0",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"typescript": "^4.8.4",
|
|
"web-vitals": "^3.0.4",
|
|
"webpack": "^5.74.0",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
"workbox-webpack-plugin": "^6.5.4"
|
|
}
|
|
}
|