|
1 | 1 | {
|
2 |
| - "name": "client", |
3 |
| - "version": "0.1.0", |
4 |
| - "private": true, |
5 |
| - "dependencies": { |
6 |
| - "@emotion/react": "^11.11.0", |
7 |
| - "@emotion/styled": "^11.11.0", |
8 |
| - "@hookform/resolvers": "^2.9.7", |
9 |
| - "@mui/base": "^5.0.0-beta.2", |
10 |
| - "@mui/icons-material": "^5.11.16", |
11 |
| - "@mui/material": "^5.13.2", |
12 |
| - "@testing-library/jest-dom": "^5.11.4", |
13 |
| - "@testing-library/react": "^11.1.0", |
14 |
| - "@testing-library/user-event": "^12.1.10", |
15 |
| - "@types/jest": "^26.0.23", |
16 |
| - "@types/jsonwebtoken": "^8.5.4", |
17 |
| - "@types/node": "^15.6.0", |
18 |
| - "@types/react-dom": "^18.2.0", |
19 |
| - "@types/react-router-dom": "^5.1.7", |
20 |
| - "axios": "^0.26.1", |
21 |
| - "classname": "^0.0.0", |
22 |
| - "classnames": "^2.5.1", |
23 |
| - "jest": "26.6.0", |
24 |
| - "jsonwebtoken": "^9.0.0", |
25 |
| - "react": "^18.2.0", |
26 |
| - "react-dom": "^18.2.0", |
27 |
| - "react-error-boundary": "^4.0.10", |
28 |
| - "react-hook-form": "^7.34.0", |
29 |
| - "react-input-mask": "^3.0.0-alpha.2", |
30 |
| - "react-query": "^3.39.3", |
31 |
| - "react-router-dom": "^5.2.0", |
32 |
| - "socket.io-client": "^4.5.1", |
33 |
| - "tss-react": "^4.8.4", |
34 |
| - "typescript": "^4.2.4", |
35 |
| - "web-vitals": "^1.0.1", |
36 |
| - "yup": "^0.32.11" |
37 |
| - }, |
38 |
| - "proxy": "http://localhost:3001", |
39 |
| - "scripts": { |
40 |
| - "start": "react-scripts start", |
41 |
| - "build": "react-scripts build", |
42 |
| - "test": "react-scripts test --watchAll=false", |
43 |
| - "eject": "react-scripts eject", |
44 |
| - "lint": "eslint ./src/**/*.{ts,tsx}", |
45 |
| - "checks": "npm run test && npm run lint", |
46 |
| - "format": "prettier --write './src/**/*.{ts,tsx}' --config ../.prettierrc", |
47 |
| - "prepare": "cd .. && husky install && cd client" |
48 |
| - }, |
49 |
| - "browserslist": { |
50 |
| - "production": [ |
51 |
| - ">0.2%", |
52 |
| - "not dead", |
53 |
| - "not op_mini all" |
54 |
| - ], |
55 |
| - "development": [ |
56 |
| - "last 1 chrome version", |
57 |
| - "last 1 firefox version", |
58 |
| - "last 1 safari version" |
59 |
| - ] |
60 |
| - }, |
61 |
| - "devDependencies": { |
62 |
| - "@types/classnames": "^2.3.1", |
63 |
| - "@types/jest": "^26.0.23", |
64 |
| - "@types/jsonwebtoken": "^8.5.4", |
65 |
| - "@types/node": "^15.6.0", |
66 |
| - "@types/react": "^18.2.0", |
67 |
| - "@types/react-dom": "^18.2.0", |
68 |
| - "@types/react-input-mask": "^3.0.2", |
69 |
| - "@types/react-router-dom": "^5.1.7", |
70 |
| - "@typescript-eslint/eslint-plugin": "^5.5.0", |
71 |
| - "@typescript-eslint/parser": "^5.5.0", |
72 |
| - "eslint": "^8.0.0", |
73 |
| - "eslint-config-prettier": "^8.3.0", |
74 |
| - "eslint-config-react-app": "^7.0.1", |
75 |
| - "eslint-plugin-prettier": "^4.0.0", |
76 |
| - "husky": "^7.0.4", |
77 |
| - "lint-staged": "^12.1.4", |
78 |
| - "prettier": "^2.5.1", |
79 |
| - "react-scripts": "^5.0.1" |
80 |
| - }, |
81 |
| - "lint-staged": { |
82 |
| - "./src/**/*.{ts,tsx}": [ |
83 |
| - "eslint --fix" |
84 |
| - ] |
85 |
| - } |
| 2 | + "name": "client", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@emotion/react": "^11.11.0", |
| 7 | + "@emotion/styled": "^11.11.0", |
| 8 | + "@hookform/resolvers": "^2.9.7", |
| 9 | + "@mui/base": "^5.0.0-beta.2", |
| 10 | + "@mui/icons-material": "^5.11.16", |
| 11 | + "@mui/material": "^5.13.2", |
| 12 | + "@testing-library/jest-dom": "^5.11.4", |
| 13 | + "@testing-library/react": "^11.1.0", |
| 14 | + "@testing-library/user-event": "^12.1.10", |
| 15 | + "@types/jest": "^26.0.23", |
| 16 | + "@types/jsonwebtoken": "^8.5.4", |
| 17 | + "@types/node": "^15.6.0", |
| 18 | + "@types/react-dom": "^18.2.0", |
| 19 | + "@types/react-router-dom": "^5.1.7", |
| 20 | + "axios": "^0.26.1", |
| 21 | + "classname": "^0.0.0", |
| 22 | + "classnames": "^2.5.1", |
| 23 | + "date-fns": "^3.6.0", |
| 24 | + "jest": "26.6.0", |
| 25 | + "jsonwebtoken": "^9.0.0", |
| 26 | + "react": "^18.2.0", |
| 27 | + "react-dom": "^18.2.0", |
| 28 | + "react-error-boundary": "^4.0.10", |
| 29 | + "react-hook-form": "^7.34.0", |
| 30 | + "react-input-mask": "^3.0.0-alpha.2", |
| 31 | + "react-query": "^3.39.3", |
| 32 | + "react-router-dom": "^5.2.0", |
| 33 | + "socket.io-client": "^4.5.1", |
| 34 | + "tss-react": "^4.8.4", |
| 35 | + "typescript": "^4.2.4", |
| 36 | + "web-vitals": "^1.0.1", |
| 37 | + "yup": "^0.32.11" |
| 38 | + }, |
| 39 | + "proxy": "http://localhost:3001", |
| 40 | + "scripts": { |
| 41 | + "start": "react-scripts start", |
| 42 | + "build": "react-scripts build", |
| 43 | + "test": "react-scripts test --watchAll=false", |
| 44 | + "eject": "react-scripts eject", |
| 45 | + "lint": "eslint ./src/**/*.{ts,tsx}", |
| 46 | + "checks": "npm run test && npm run lint", |
| 47 | + "format": "prettier --write './src/**/*.{ts,tsx}' --config ../.prettierrc", |
| 48 | + "prepare": "cd .. && husky install && cd client" |
| 49 | + }, |
| 50 | + "browserslist": { |
| 51 | + "production": [ |
| 52 | + ">0.2%", |
| 53 | + "not dead", |
| 54 | + "not op_mini all" |
| 55 | + ], |
| 56 | + "development": [ |
| 57 | + "last 1 chrome version", |
| 58 | + "last 1 firefox version", |
| 59 | + "last 1 safari version" |
| 60 | + ] |
| 61 | + }, |
| 62 | + "devDependencies": { |
| 63 | + "@types/classnames": "^2.3.1", |
| 64 | + "@types/jest": "^26.0.23", |
| 65 | + "@types/jsonwebtoken": "^8.5.4", |
| 66 | + "@types/node": "^15.6.0", |
| 67 | + "@types/react": "^18.2.0", |
| 68 | + "@types/react-dom": "^18.2.0", |
| 69 | + "@types/react-input-mask": "^3.0.2", |
| 70 | + "@types/react-router-dom": "^5.1.7", |
| 71 | + "@typescript-eslint/eslint-plugin": "^5.5.0", |
| 72 | + "@typescript-eslint/parser": "^5.5.0", |
| 73 | + "eslint": "^8.0.0", |
| 74 | + "eslint-config-prettier": "^8.3.0", |
| 75 | + "eslint-config-react-app": "^7.0.1", |
| 76 | + "eslint-plugin-prettier": "^4.0.0", |
| 77 | + "husky": "^7.0.4", |
| 78 | + "lint-staged": "^12.1.4", |
| 79 | + "prettier": "^2.5.1", |
| 80 | + "react-scripts": "^5.0.1" |
| 81 | + }, |
| 82 | + "lint-staged": { |
| 83 | + "./src/**/*.{ts,tsx}": [ |
| 84 | + "eslint --fix" |
| 85 | + ] |
| 86 | + } |
86 | 87 | }
|
0 commit comments