-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.44 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
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
{
"name": "unyte-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"@hookform/resolvers": "^3.4.2",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query-devtools": "^5.48.0",
"@testing-library/user-event": "^14.5.2",
"@types/react-slick": "^0.23.13",
"apexcharts": "^3.40.0",
"axios": "^1.7.4",
"camelcase": "^8.0.0",
"change-case": "^5.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.11.10",
"hash-it": "^6.0.0",
"immer": "^10.1.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-confetti": "^6.2.2",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.2",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@codecov/vite-plugin": "^0.0.1-beta.8",
"@tanstack/eslint-plugin-query": "^5.47.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.4",
"@types/node": "^22.4.1",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__dom": "^7.5.0",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "1.6.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"jsdom": "^24.1.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.4.5",
"vite": "^4.5.5",
"vitest": "1.6.0"
}
}