-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 855 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
{
"name": "chessy",
"version": "0.1.0",
"private": true,
"scripts": {
"tauri": "tauri",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "latest",
"@mantine/hooks": "latest",
"@mantine/next": "latest",
"@tauri-apps/api": "latest",
"@types/chess.js": "latest",
"chess.js": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"million": "latest",
"next": "latest",
"react": "latest",
"react-chessboard": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/lodash": "latest",
"@types/node": "latest",
"@types/react": "latest",
"typescript": "latest"
}
}