-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
139 lines (139 loc) · 4 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "r2r-dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "eslint --fix .",
"lint:verbose": "eslint --config .eslintrc.verbose.json .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,css,scss,md}": [
"prettier --write"
]
},
"license": "MIT",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@nextui-org/react": "^2.4.8",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@supabase/supabase-js": "^2.46.1",
"@tailwindcss/forms": "^0.5.9",
"@tippyjs/react": "^4.2.6",
"@types/topojson-specification": "^1.0.5",
"@visx/annotation": "^3.3.0",
"@visx/axis": "^3.10.1",
"@visx/curve": "^3.3.0",
"@visx/event": "^3.3.0",
"@visx/geo": "^3.5.0",
"@visx/gradient": "^3.3.0",
"@visx/grid": "^3.5.0",
"@visx/group": "^3.3.0",
"@visx/mock-data": "^3.3.0",
"@visx/pattern": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"@visx/stats": "^3.5.0",
"@visx/tooltip": "^3.3.0",
"@visx/vendor": "^3.5.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
"d3-force": "^3.0.0",
"d3-geo": "^3.1.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.3.1",
"force-graph": "^1.46.0",
"framer-motion": "^11.11.11",
"fs": "0.0.1-security",
"js": "^0.1.0",
"lucide-react": "^0.395.0",
"neo4j-driver": "^5.26.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"pnpm": "^9.12.3",
"postcss": "^8.4.47",
"posthog-js": "^1.181.0",
"r2r": "0.0.0-beta.0",
"r2r-js": "^0.3.14",
"radix-ui": "^1.0.1",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.3.5",
"react-force-graph-2d": "^1.25.7",
"react-highlight-words": "^0.20.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-pdf": "^9.1.1",
"react-tippy": "^1.4.0",
"sass": "^1.80.6",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"toml": "^3.0.0",
"topojson-client": "^3.1.0",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-force": "^3.0.10",
"@types/node": "20.14.6",
"@types/react": "18.3.3",
"@types/topojson-client": "^3.1.5",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "5.5.2",
"worker-loader": "^3.0.8"
}
}