guild_front/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

{
"version": "0.1.0",
"private": true,
2021-08-04 16:25:32 +03:00
"homepage": "https://html.craft-group.xyz/",
"dependencies": {
2021-06-30 17:21:55 +03:00
"@reduxjs/toolkit": "^1.6.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
2021-08-05 16:44:49 +03:00
"axios": "^0.21.1",
2021-05-26 13:35:57 +03:00
"bootstrap": "^4.6.0",
2021-08-04 17:27:09 +03:00
"dotenv": "^10.0.0",
2021-05-26 13:35:57 +03:00
"eslint": "^7.27.0",
2021-07-06 10:53:50 +03:00
"form-data": "^4.0.0",
2021-06-17 18:21:48 +03:00
"moment": "^2.29.1",
"react": "^17.0.2",
2021-05-26 13:35:57 +03:00
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.2",
2021-08-18 15:56:24 +03:00
"react-inlinesvg": "^2.3.0",
"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",
2021-05-26 13:35:57 +03:00
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
2021-05-28 16:21:28 +03:00
"react-select": "^4.3.1",
"react-yandex-metrika": "^2.6.0",
2021-06-30 17:21:55 +03:00
"redux-devtools-extension": "^2.13.9",
2021-05-26 13:35:57 +03:00
"sass": "^1.34.0",
2021-05-31 18:23:25 +03:00
"sass-loader": "^11.1.1",
2021-08-11 17:05:18 +03:00
"sweetalert2-react": "^0.8.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
2021-08-04 17:27:09 +03:00
}