-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"name": "frontend",
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@hookform/resolvers": "^3.1.0",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.53.0",
"@tanstack/react-query": "^4.29.5",
"@trpc/client": "^10.23.0",
"@trpc/server": "^10.23.0",
"@udecode/zustood": "^1.1.3",
"chess.js": "^1.0.0-beta.5",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-chessboard": "^2.1.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-modal": "^3.16.1",
"react-pro-sidebar": "^1.0.0",
"react-router-dom": "^6.10.0",
"react-router-hash-link": "^2.4.3",
"reactjs-social-login": "^2.6.2",
"socket.io-client": "^4.6.1",
"tailwind-scrollbar-hide": "^1.1.7",
"yup": "^1.1.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/chess.js": "^0.13.4",
"@types/node": "^18.16.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.16.0",
"@types/react-router-hash-link": "^2.4.6",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2",
"vite": "^4.3.0",
"vite-plugin-eslint": "^1.8.1"
}
}