-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "extreme-frontend",
"version": "3.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@popperjs/core": "^2.11.8",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/slick-carousel": "^1.6.37",
"apexcharts": "^3.37.2",
"axios": "^0.27.2",
"date-fns": "^3.6.0",
"express": "^5.2.1",
"focus-trap-react": "^10.2.3",
"framer-motion": "^12.5.0",
"http-proxy-middleware": "^4.0.0",
"motion": "^12.5.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"react-router-dom": "^6.4.1",
"react-scripts": "^5.0.1",
"react-swipeable": "^7.0.1",
"rxjs": "^7.8.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"zod": "^3.24.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --detectOpenHandles --no-cache",
"coverage": "react-scripts test --coverage --watchAll",
"eject": "react-scripts eject",
"clear-cache": "jest --clearCache",
"prepare": "husky install",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/puppeteer": "^7.0.4",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-testing-library": "^5.11.0",
"husky": "^9.1.7",
"jest": "^29.6.1",
"prettier": "2.8.7"
}
}