-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
76 lines (76 loc) · 2.18 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "react-graph-gallery",
"license": "ISC",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@react-spring/types": "^9.3.1",
"@react-spring/web": "^9.3.1",
"@types/d3": "^7.1.0",
"@types/d3-chord": "^3.0.2",
"@types/d3-cloud": "^1.2.5",
"@types/d3-force": "^3.0.4",
"@types/d3-hexbin": "^0.2.3",
"@types/d3-sankey": "^0.12.1",
"@types/geojson": "^7946.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.1.1",
"d3-chord": "^3.0.1",
"d3-cloud": "^1.2.5",
"d3-contour": "^4.0.0",
"d3-delaunay": "^6.0.4",
"d3-force": "^3.0.0",
"d3-geo": "^3.1.0",
"d3-hexbin": "^0.2.2",
"d3-interpolate-path": "^2.2.3",
"d3-sankey": "^0.12.3",
"flubber": "^0.4.2",
"jstat": "^1.9.6",
"lodash": "^4.17.21",
"lucide-react": "^0.418.0",
"next": "^13.4.12",
"next-sitemap": "^4.1.3",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18.2.0",
"react-particles": "^2.3.3",
"react-spring": "^9.7.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^2.3.4"
},
"devDependencies": {
"@types/d3-interpolate-path": "^2.0.0",
"@types/lodash": "^4.14.182",
"@types/node": "16.11.10",
"@types/prismjs": "^1.16.6",
"@types/react": "17.0.37",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^10.4.19",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "7.32.0",
"eslint-config-next": "^13.2.4",
"postcss": "^8.4.40",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.7",
"typescript": "4.5.2"
}
}