source: frontend/package.json@ badbc79

Last change on this file since badbc79 was badbc79, checked in by Luka Cheshlarov <luka.cheshlarov@…>, 20 months ago

Initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "frontend",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@emotion/react": "^11.11.3",
7 "@emotion/styled": "^11.11.0",
8 "@mui/icons-material": "^5.15.9",
9 "@mui/material": "^5.15.9",
10 "@testing-library/jest-dom": "^5.17.0",
11 "@testing-library/react": "^13.4.0",
12 "@testing-library/user-event": "^13.5.0",
13 "axios": "^1.6.7",
14 "bootstrap": "^5.3.2",
15 "localforage": "^1.10.0",
16 "match-sorter": "^6.3.4",
17 "moment": "^2.30.1",
18 "react": "^18.2.0",
19 "react-dom": "^18.2.0",
20 "react-router-dom": "^6.22.0",
21 "react-scripts": "5.0.1",
22 "react-stripe-checkout": "^2.6.3",
23 "react-toastify": "^10.0.4",
24 "sort-by": "^1.2.0",
25 "web-vitals": "^2.1.4"
26 },
27 "scripts": {
28 "start": "react-scripts start",
29 "build": "react-scripts build",
30 "test": "react-scripts test",
31 "eject": "react-scripts eject"
32 },
33 "eslintConfig": {
34 "extends": [
35 "react-app",
36 "react-app/jest"
37 ]
38 },
39 "browserslist": {
40 "production": [
41 ">0.2%",
42 "not dead",
43 "not op_mini all"
44 ],
45 "development": [
46 "last 1 chrome version",
47 "last 1 firefox version",
48 "last 1 safari version"
49 ]
50 }
51}
Note: See TracBrowser for help on using the repository browser.