-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.68 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.68 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
{
"name": "trackcp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 8888",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@gsap/react": "^2.1.1",
"antd": "^5.23.1",
"canvas-confetti": "^1.9.4",
"dom-to-image": "^2.6.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"gsap": "^3.12.5",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"js-confetti": "^0.12.0",
"json-server": "^1.0.0-beta.1",
"leetcode-query": "^1.2.3",
"moment": "^2.30.1",
"motion": "^12.23.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.5",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.4.0",
"react-router-dom": "^6.26.1",
"react-table": "^7.8.0",
"recharts": "^2.15.0",
"tailwind-scrollbar-hide": "^1.3.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^5.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"vite": "^6.3.6"
}
}