-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 KB
/
package.json
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
{
"name": "antd-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"cypress:open": "cypress open",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-pdf/renderer": "^3.3.8",
"@types/match-media-mock": "^0.1.8",
"@types/react-pdf": "^7.0.0",
"antd": "^5.15.2",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"html2pdf.js": "^0.10.1",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4"
},
"devDependencies": {
"@babel/register": "^7.23.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/react-input-mask": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest-environment-jsdom": "^29.7.0",
"match-media-mock": "^0.1.1",
"react-testing-library": "^8.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.1.6"
}
}