2021-05-25 14:50:01 +03:00
|
|
|
{
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2021-08-04 16:25:32 +03:00
|
|
|
"homepage": "https://html.craft-group.xyz/",
|
2021-05-25 14:50:01 +03:00
|
|
|
"dependencies": {
|
2021-06-30 17:21:55 +03:00
|
|
|
"@reduxjs/toolkit": "^1.6.0",
|
2021-05-25 14:50:01 +03:00
|
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
|
|
"@testing-library/react": "^11.2.7",
|
|
|
|
"@testing-library/user-event": "^12.8.3",
|
2021-11-18 16:40:33 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
|
|
"@typescript-eslint/parser": "^4.5.0",
|
2023-01-13 13:02:48 +03:00
|
|
|
"axios": "^0.24.0",
|
2023-01-20 16:20:06 +03:00
|
|
|
"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",
|
2023-02-02 18:10:44 +03:00
|
|
|
"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-02-07 15:11:11 +03:00
|
|
|
"react-datepicker": "^4.10.0",
|
2023-02-02 18:10:44 +03:00
|
|
|
"react-dev-utils": "^12.0.1",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-inlinesvg": "3.0.1",
|
2021-08-09 15:10:12 +03:00
|
|
|
"react-loader-spinner": "^4.0.0",
|
2021-08-17 17:15:04 +03:00
|
|
|
"react-outside-click-handler": "^1.3.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",
|
2023-01-20 16:20:06 +03:00
|
|
|
"react-router": "latest",
|
2023-01-13 13:02:48 +03:00
|
|
|
"react-router-dom": "^6.2.1",
|
2023-02-02 18:10:44 +03:00
|
|
|
"react-select": "^5.7.0",
|
2023-03-10 18:12:25 +03:00
|
|
|
"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",
|
2021-08-20 11:52:23 +03:00
|
|
|
"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",
|
2023-03-10 18:12:25 +03:00
|
|
|
"slick-carousel": "^1.8.1",
|
2023-02-07 18:38:23 +03:00
|
|
|
"sweetalert2": "^11.4.8",
|
|
|
|
"ts-loader": "^9.4.2"
|
2023-01-20 16:20:06 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.20.12",
|
|
|
|
"@babel/preset-env": "^7.20.2",
|
2023-02-02 18:10:44 +03:00
|
|
|
"@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-01-20 16:20:06 +03:00
|
|
|
"babel-loader": "^9.1.2",
|
|
|
|
"copy-webpack-plugin": "^10.2.0",
|
|
|
|
"cross-env": "^7.0.3",
|
2023-02-02 18:10:44 +03:00
|
|
|
"css-loader": "6.7.3",
|
2023-01-20 16:20:06 +03:00
|
|
|
"dotenv-webpack": "^7.0.3",
|
2023-05-31 11:24:46 +03:00
|
|
|
"eslint": "^8.41.0",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
2023-02-02 18:10:44 +03:00
|
|
|
"html-webpack-plugin": "5.5.0",
|
2023-01-20 16:20:06 +03:00
|
|
|
"mini-css-extract-plugin": "^2.7.2",
|
2023-02-02 18:10:44 +03:00
|
|
|
"node-sass": "8.0.0",
|
2023-01-20 16:20:06 +03:00
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"postcss-loader": "^6.2.1",
|
|
|
|
"postcss-preset-env": "^7.8.3",
|
2023-02-02 18:10:44 +03:00
|
|
|
"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",
|
2023-01-20 16:20:06 +03:00
|
|
|
"universal-cookie": "^4.0.4",
|
|
|
|
"web-vitals": "^3.1.1",
|
2023-02-02 18:10:44 +03:00
|
|
|
"webpack": "5.75.0",
|
|
|
|
"webpack-bundle-analyzer": "4.7.0",
|
|
|
|
"webpack-cli": "^5.0.1",
|
|
|
|
"webpack-dev-server": "4.11.1",
|
|
|
|
"webpack-merge": "5.8.0"
|
2021-05-25 14:50:01 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-01-20 16:20:06 +03:00
|
|
|
"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}\"",
|
|
|
|
"lint": "npx eslint 'src/**/*.{js,jsx,ts,tsx}'"
|
2021-05-25 14:50:01 +03:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
}
|
2021-08-04 17:27:09 +03:00
|
|
|
}
|