1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00
triennale-appunti-steffo/package.json

37 lines
904 B
JSON
Raw Normal View History

{
2021-01-26 02:03:44 +01:00
"name": "appuntiweb",
"version": "1.0.0",
2021-02-02 04:13:44 +01:00
"description": "A website with everything I use to prepare for university exams",
"dependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.2",
2021-03-23 19:05:46 +01:00
"bluelib": "^2.1.4",
2021-01-28 17:50:18 +01:00
"classnames": "^2.2.6",
2021-01-26 19:35:07 +01:00
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2021-01-25 18:30:38 +01:00
"react-router-dom": "^5.2.0",
"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"
]
}
}