Bachelorthesis_Code/frontend/package.json

44 lines
992 B
JSON
Raw Normal View History

2021-05-05 01:08:58 +00:00
{
"name": "hello",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
2021-06-07 02:14:00 +00:00
"@react-hook/mouse-position": "^4.1.0",
2021-05-05 01:08:58 +00:00
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
2021-06-07 02:14:00 +00:00
"npm": "^7.16.0",
2021-05-05 01:08:58 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
2021-05-05 01:08:58 +00:00
"react-scripts": "4.0.3",
"web-vitals": "^1.1.1"
},
"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-05-07 02:02:43 +00:00
},
2021-06-21 22:58:08 +00:00
"proxy": "http://localhost:5000"
2021-05-05 01:08:58 +00:00
}