Files
Anthias/package.json
dependabot[bot] 49163a1eb8 chore(deps): bump the npm group with 2 updates (#2619)
Bumps the npm group with 2 updates: [sweetalert2](https://github.com/sweetalert2/sweetalert2) and [sass](https://github.com/sass/dart-sass).


Updates `sweetalert2` from 11.26.10 to 11.26.16
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v11.26.10...v11.26.16)

Updates `sass` from 1.97.0 to 1.97.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.97.0...1.97.1)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-version: 11.26.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: sass
  dependency-version: 1.97.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-22 06:35:54 -08:00

66 lines
2.0 KiB
JSON

{
"name": "anthias",
"version": "1.0.0",
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint:check": "eslint static/src",
"lint:fix": "eslint static/src --fix",
"format:check": "prettier --check static/src",
"format:fix": "prettier --write static/src",
"test": "jest --silent"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@reduxjs/toolkit": "^2.11.2",
"bootstrap": "^5.3.8",
"jquery": "^3.7.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-redux": "^9.1.0",
"react-router": "^7.11.0",
"react-router-dom": "^7.11.0",
"sweetalert2": "^11.26.16"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/bootstrap": "^5.2.10",
"@types/jest": "^30.0.0",
"@types/jquery": "^3.5.33",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.39.0",
"babel-loader": "^10.0.0",
"classnames": "^2.5.1",
"css-loader": "^7.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-fixed-jsdom": "^0.0.11",
"mini-css-extract-plugin": "^2.9.4",
"msw": "^2.12.4",
"prettier": "3.7.4",
"sass": "^1.97.1",
"sass-loader": "^16.0.6",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.9.3",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
}
}