guild_front/package.json

47 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "outstaffing",
"version": "0.1.0",
"private": true,
2021-06-02 18:25:25 +03:00
"homepage": "https://html.craft-group.xyz/outstaffing/",
"dependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
2021-05-26 13:35:57 +03:00
"bootstrap": "^4.6.0",
"eslint": "^7.27.0",
"react": "^17.0.2",
2021-05-26 13:35:57 +03:00
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.2",
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",
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",
"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"
]
}
}