forked from Bot-Rakshit/bm_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.27 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
{
"name": "react-vite-ui",
"private": true,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_ENV=production tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier src --write --log-level warn"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"axios": "^1.7.2",
"chess.js": "1.0.0-beta.8",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"esbuild": "^0.17.19",
"framer-motion": "^11.2.12",
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.244.0",
"npm": "^10.8.1",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-chessboard": "^4.6.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-router-dom": "^6.26.2",
"react-scroll": "^1.9.0",
"react-swipeable": "^7.0.1",
"socket.io-client": "^4.7.5",
"tailwindcss-animate": "^1.0.6",
"vite-plugin-pwa": "^0.20.0",
"youtube-chat": "^2.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/canvas-confetti": "^1.6.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.8.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.9.3",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}