-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.2 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.2 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
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
{
"name": "sdmx-dashboarder",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "next dev --turbopack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"build-index": "npx tsx scripts/build-index.ts",
"set-password": "npx tsx scripts/set-password.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.63",
"@ai-sdk/gateway": "^3.0.104",
"@ai-sdk/google": "^3.0.53",
"@ai-sdk/mcp": "^1.0.30",
"@ai-sdk/mistral": "^3.0.30",
"@ai-sdk/openai": "^3.0.48",
"@ai-sdk/react": "^3.0.136",
"@auth/drizzle-adapter": "^1.11.1",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/view": "^6.40.0",
"@neondatabase/serverless": "^1.1.0",
"@node-rs/argon2": "^2.0.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@uiw/react-codemirror": "^4.25.9",
"@vercel/postgres": "^0.10.0",
"ai": "^6.0.134",
"bootstrap": "^5.3.8",
"d3-scale-chromatic": "^3.1.0",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"eslint-config-next": "^16.2.1",
"friendly-words": "^1.3.1",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.3",
"html-react-parser": "^5.2.17",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"mermaid": "^11.13.0",
"next": "^16.2.1",
"next-auth": "^4.24.13",
"nodemailer": "^7.0.13",
"ol": "^8.2.0",
"onnxruntime-node": "^1.24.3",
"patch-package": "^8.0.1",
"postcss": "^8.5.8",
"proj4": "^2.20.4",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "^19.2.4",
"react-error-boundary": "^4.1.2",
"react-markdown": "^10.1.0",
"resend": "^6.9.4",
"sdmx-dashboard-components": "^0.4.6",
"sdmx-json-parser": "^0.3.1",
"tailwindcss": "^4.2.2",
"ts-deepmerge": "^7.0.3",
"typescript": "^5.9.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"drizzle-kit": "^0.31.10",
"eslint": "^9.39.4",
"tsx": "^4.21.0",
"vitest": "^4.1.1"
}
}