-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.6 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
{
"name": "my-react-tailwind-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest --coverage"
},
"dependencies": {
"@marsidev/react-turnstile": "^0.5.3",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.28.4",
"@uiw/react-heat-map": "^2.2.2",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"dompurify": "^3.0.6",
"dotenv": "^16.4.4",
"framer-motion": "^10.18.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-icons": "^5.0.1",
"react-loading-components": "^1.1.12",
"react-quill": "^2.0.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
"react-swipeable": "^7.0.1",
"sonner": "^1.4.3",
"swiper": "^11.0.7",
"tailwindcss": "^3.3.5",
"vanta": "^0.5.24"
},
"devDependencies": {
"@types/node": "^20.11.28",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"codecov": "^3.8.3",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jest": "^29.7.0",
"postcss": "^8.4.31",
"tailwind-scrollbar": "^3.0.5",
"vanta": "^0.5.24",
"vite": "^5.2.11",
"vite-plugin-environment": "^1.1.3"
}
}