Files
Anthias/package.json
dependabot[bot] e9afe2cb9b chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 in the npm group (#2593)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nicomiguelino <nicomiguelino2014@gmail.com>
2025-12-02 09:44:06 -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.0",
"bootstrap": "^5.3.8",
"jquery": "^3.7.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-redux": "^9.1.0",
"react-router": "^7.9.6",
"react-router-dom": "^7.9.6",
"sweetalert2": "^11.26.3"
},
"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.0",
"@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.48.0",
"@typescript-eslint/parser": "^8.39.0",
"babel-loader": "^10.0.0",
"classnames": "^2.5.1",
"css-loader": "^7.1.2",
"eslint": "^9.39.1",
"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.3",
"prettier": "3.7.3",
"sass": "^1.94.2",
"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.103.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
}
}