-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "graph-slider",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@d3fc/d3fc-sample": "^5.0.1",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@react-spring/web": "^9.7.3",
"ahooks": "^3.7.8",
"clsx": "^2.0.0",
"d3": "^7.8.5",
"d3-array": "^3.2.4",
"d3-ease": "^3.0.1",
"d3-interpolate-path": "^2.3.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-time-format": "^4.1.0",
"d3-transition": "^3.0.1",
"framer-motion": "^10.16.4",
"leva": "0.9.35",
"moment": "^2.29.4",
"next": "14.0.0",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.2",
"@types/d3-array": "^3.2.0",
"@types/d3-ease": "^3.0.1",
"@types/d3-interpolate-path": "^2.0.2",
"@types/d3-scale": "^4.0.6",
"@types/d3-selection": "^3.0.8",
"@types/d3-shape": "^3.1.4",
"@types/d3-time-format": "^4.0.2",
"@types/d3-transition": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}