-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 944 Bytes
/
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
{
"name": "game-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"chess.js": "^1.0.0-beta.6",
"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"luxon": "^3.3.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^5.2.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/luxon": "^3.3.0",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}