Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
269 changes: 269 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"cy:run": "cross-env BROWSERSLIST_ENV=browser-production cypress run",
"cy:ci": "start-server-and-test cy:start http://localhost:3204 cy:run",
"cy:dev": "start-server-and-test cy:start http://localhost:3204 cy:open",
"open-static": "node -e \"require('open')('http://localhost:3002')\"",
"open-static": "npx open-cli http://localhost:3002",
"security-audit": "run-s -sc security-audit:all security-audit:prod",
"security-audit:prod": "npm-audit-ci-wrapper -p -t low",
"security-audit:all": "npm-audit-ci-wrapper -t moderate",
Expand Down Expand Up @@ -170,10 +170,11 @@
"npm-run-all": "^4.1.5",
"oauth2-server": "^2.4.1",
"open": "^10.1.0",
"open-cli": "=8.0.0",
"postcss": "^8.5.3",
"postcss-scss": "^4.0.9",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.6",
"postcss-scss": "^4.0.9",
"prettier": "^3.5.3",
"process": "^0.11.10",
"react-refresh": "^0.17.0",
Expand Down