guild_front/package.json

101 lines
3.1 KiB
JSON
Raw Normal View History

{
"version": "0.1.0",
"private": true,
2023-12-04 19:28:40 +03:00
"homepage": "https://itguild.info/",
"dependencies": {
2023-06-26 13:24:02 +03:00
"@ckeditor/ckeditor5-build-classic": "^38.0.1",
"@ckeditor/ckeditor5-react": "^6.0.0",
2024-03-10 23:27:52 +03:00
"@emotion/react": "^11.11.4",
2021-06-30 17:21:55 +03:00
"@reduxjs/toolkit": "^1.6.0",
2024-03-10 23:27:52 +03:00
"@table-library/react-table-library": "^4.1.7",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.24.0",
"babel": "^6.23.0",
2021-11-18 16:40:33 +03:00
"bfj": "^7.0.2",
2021-05-26 13:35:57 +03:00
"bootstrap": "^4.6.0",
2021-11-18 16:40:33 +03:00
"camelcase": "^6.1.0",
2021-07-06 10:53:50 +03:00
"form-data": "^4.0.0",
2021-11-18 16:40:33 +03:00
"fs-extra": "^9.0.1",
"identity-obj-proxy": "3.0.0",
2021-06-17 18:21:48 +03:00
"moment": "^2.29.1",
2021-11-18 16:40:33 +03:00
"prompts": "2.4.0",
"react": "^18.2.0",
2021-11-18 16:40:33 +03:00
"react-app-polyfill": "^2.0.0",
2021-05-26 13:35:57 +03:00
"react-bootstrap": "^1.6.0",
2023-10-24 22:49:12 +03:00
"react-colorful": "^5.6.1",
2023-02-07 15:11:11 +03:00
"react-datepicker": "^4.10.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-inlinesvg": "3.0.1",
"react-loader-spinner": "^4.0.0",
2021-08-17 17:15:04 +03:00
"react-outside-click-handler": "^1.3.0",
2023-12-04 17:30:52 +03:00
"react-paginate": "^8.2.0",
2021-08-16 16:19:50 +03:00
"react-phone-input-2": "^2.14.0",
2021-06-30 17:21:55 +03:00
"react-redux": "^7.2.4",
"react-router": "latest",
"react-router-dom": "^6.2.1",
"react-select": "^5.7.0",
"react-slick": "^0.29.0",
2022-05-27 14:39:05 +03:00
"react-syntax-highlighter": "^15.4.5",
2023-04-19 20:22:06 +03:00
"react-timer-hook": "^3.0.5",
"react-yandex-metrika": "^2.6.0",
2021-06-30 17:21:55 +03:00
"redux-devtools-extension": "^2.13.9",
2021-11-18 16:40:33 +03:00
"resolve": "1.18.1",
"resolve-url-loader": "^3.1.2",
"semver": "7.3.2",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.8",
"ts-loader": "^9.4.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
2023-05-31 08:36:15 +03:00
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
2023-06-26 10:56:39 +03:00
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^10.2.0",
"cross-env": "^7.0.3",
"css-loader": "6.7.3",
"dotenv-webpack": "^7.0.3",
2023-06-26 10:56:39 +03:00
"eslint": "^8.43.0",
2023-05-31 11:24:46 +03:00
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "5.5.0",
2023-06-26 10:56:39 +03:00
"husky": "^8.0.0",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "8.0.0",
"postcss": "^8.4.21",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.8.3",
"react-refresh": "^0.14.0",
"react-scripts": "^5.0.1",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"sweetalert2-react-content": "^5.0.7",
"universal-cookie": "^4.0.4",
"web-vitals": "^3.1.1",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "4.11.1",
2023-06-26 10:56:39 +03:00
"webpack-merge": "5.8.0"
},
"scripts": {
"build": "cross-env SERVE=true webpack -c config/webpack/prod.js",
"start": "webpack serve -c config/webpack/dev.js",
2023-05-31 08:36:15 +03:00
"analyze": "webpack --analyze -c config/webpack/analyze.js",
2023-05-31 11:24:46 +03:00
"format": "prettier --write \"./**/*.{js,jsx}\"",
2023-05-31 11:32:36 +03:00
"lint": "npx eslint 'src/**/*.{js,jsx,ts,tsx}'",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
2021-08-04 17:27:09 +03:00
}