-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "elo-estimations",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "tsc --noEmit"
},
"dependencies": {
"@visx/network": "^2.10.0",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.2.2",
"d3-force": "^3.0.0",
"date-fns": "^2.29.3",
"dedent": "^1.5.3",
"graph-fns": "^0.3.0",
"marked": "^4.0.18",
"next": "^14.2.15",
"node-emoji": "1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "^17.4.0",
"swr": "^2.2.5",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"@types/d3-force": "^3.0.3",
"@types/dedent": "^0.7.0",
"@types/marked": "^4.0.3",
"@types/node": "18.7.3",
"@types/node-emoji": "1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/uuid": "^8.3.4",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.15",
"typescript": "5.6.3"
}
}