-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
{
"name": "website",
"version": "2.3.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "node scripts/postBuild.js",
"start": "next start",
"lint": "next lint",
"prepipeline": "node scripts/copyStub.js"
},
"dependencies": {
"@azure/identity": "^4.13.0",
"@joint/core": "^4.1.3",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@mui/material-nextjs": "^7.3.2",
"@nivo/bar": "^0.99.0",
"@nivo/core": "^0.99.0",
"@nivo/heatmap": "^0.99.0",
"@nivo/pie": "^0.99.0",
"@tailwindcss/postcss": "^4.1.13",
"@tanstack/react-virtual": "^3.13.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"html2canvas": "^1.4.1",
"jose": "^5.9.6",
"libavoid-js": "^0.4.5",
"next": "^15.5.9",
"next-auth": "^5.0.0-beta.30",
"postcss": "^8.5.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-window": "^1.8.11",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-window": "^1.8.8",
"eslint": "^9.35.0",
"eslint-config-next": "15.0.3",
"typescript": "^5"
}
}