2021-01-25 16:25:08 +00:00
|
|
|
{
|
2021-01-26 01:03:44 +00:00
|
|
|
"name": "appuntiweb",
|
2021-03-24 16:12:11 +00:00
|
|
|
"version": "1.0.0",
|
2021-02-02 03:13:44 +00:00
|
|
|
"description": "A website with everything I use to prepare for university exams",
|
2021-01-25 16:25:08 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
|
|
"@testing-library/react": "^11.2.3",
|
|
|
|
"@testing-library/user-event": "^12.6.2",
|
2021-03-23 18:05:46 +00:00
|
|
|
"bluelib": "^2.1.4",
|
2021-01-28 16:50:18 +00:00
|
|
|
"classnames": "^2.2.6",
|
2021-01-26 18:35:07 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2021-01-25 16:25:08 +00:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
2021-01-25 17:30:38 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-01-25 16:25:08 +00:00
|
|
|
"react-scripts": "4.0.1",
|
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|