-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.06 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
{
"name": "litrainer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write .",
"setup": "git config core.hooksPath .githooks"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/forms": "^0.5.9",
"axios": "^1.7.8",
"chess.js": "^1.0.0-beta.8",
"chessboard-element": "^1.2.0",
"lucide-react": "^0.511.0",
"react": "^18.3.1",
"react-chessboard": "^4.6.0",
"react-chessground": "^1.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^9.0.0",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.5.0",
"react-minimal-side-navigation": "^1.9.2",
"react-redux": "^9.2.0",
"react-router-dom": "^6.26.0",
"sonner": "^1.7.3"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/chessboardjs": "^0.3.5",
"@types/jquery": "^3.5.30",
"@types/node": "^22.10.1",
"@types/react": "^18.3.3",
"@types/react-chessground": "^1.5.0",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.34",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.28.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.2.2",
"typescript-eslint": "^8.33.1",
"vite": "^5.4.11"
}
}