-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "ashbucks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.1",
"@mantine/form": "^6.0.1",
"@mantine/hooks": "^6.0.1",
"@mantine/next": "^6.0.1",
"@next/font": "13.2.4",
"@tabler/icons-react": "^2.10.0",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/socket.io-client": "^3.0.0",
"@vercel/analytics": "^0.1.11",
"crypto": "^1.0.1",
"dayjs": "^1.11.7",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"lodash": "^4.17.21",
"mantine-datatable": "^2.0.3",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/lodash": "^4.14.191"
}
}