-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.76 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
{
"name": "mids-210-medfusion-analytics-spring24",
"version": "0.0.1",
"description": "MIDS 210 Capstone Spring 2024 website for MedFusion Analytics (formerly the radiology triage team)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/nextra-docs-template.git"
},
"author": "Steven Chang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@observablehq/plot": "0.6.13",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@xenova/transformers": "^2.16.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"d3": "^7.9.0",
"fs": "^0.0.1-security",
"lucide-react": "^0.358.0",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"onnxruntime-web": "^1.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "18.11.10",
"autoprefixer": "^10.4.18",
"copy-webpack-plugin": "^12.0.2",
"eslint-config-next": "14.1.3",
"node-polyfill-webpack-plugin": "^3.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.3"
}
}