source: phonelux-frontend/package.json@ dfd5d87

Last change on this file since dfd5d87 was dfd5d87, checked in by Marko <Marko@…>, 22 months ago

Registration logic with confirmation token implemented

  • Property mode set to 100644
File size: 1020 bytes
Line 
1{
2 "name": "phonelux-frontend",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@emotion/react": "^11.10.0",
7 "@emotion/styled": "^11.10.0",
8 "@mui/icons-material": "^5.10.2",
9 "@mui/material": "^5.10.2",
10 "@testing-library/jest-dom": "^5.16.5",
11 "@testing-library/react": "^13.3.0",
12 "@testing-library/user-event": "^13.5.0",
13 "react": "^18.2.0",
14 "react-dom": "^18.2.0",
15 "react-scripts": "5.0.1",
16 "web-vitals": "^2.1.4"
17 },
18 "scripts": {
19 "start": "react-scripts start",
20 "build": "react-scripts build",
21 "test": "react-scripts test",
22 "eject": "react-scripts eject"
23 },
24 "eslintConfig": {
25 "extends": [
26 "react-app",
27 "react-app/jest"
28 ]
29 },
30 "browserslist": {
31 "production": [
32 ">0.2%",
33 "not dead",
34 "not op_mini all"
35 ],
36 "development": [
37 "last 1 chrome version",
38 "last 1 firefox version",
39 "last 1 safari version"
40 ]
41 },
42 "devDependencies": {
43 "react-router-dom": "^6.3.0"
44 }
45}
Note: See TracBrowser for help on using the repository browser.