source: my-react-app/package.json@ 9293100

main
Last change on this file since 9293100 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 810 bytes
Line 
1{
2 "name": "my-react-app",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/jest-dom": "^5.17.0",
7 "@testing-library/react": "^13.4.0",
8 "@testing-library/user-event": "^13.5.0",
9 "axios": "^1.6.7",
10 "bootstrap": "^5.3.2",
11 "react": "^18.2.0",
12 "react-dom": "^18.2.0",
13 "react-router-dom": "^6.22.0",
14 "react-scripts": "5.0.1",
15 "web-vitals": "^2.1.4"
16 },
17 "scripts": {
18 "start": "react-scripts start",
19 "build": "react-scripts build",
20 "test": "react-scripts test",
21 "eject": "react-scripts eject"
22 },
23 "browserslist": {
24 "production": [
25 ">0.2%",
26 "not dead",
27 "not op_mini all"
28 ],
29 "development": [
30 "last 1 chrome version",
31 "last 1 firefox version",
32 "last 1 safari version"
33 ]
34 }
35}
Note: See TracBrowser for help on using the repository browser.