-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.12 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
{
"name": "gallica-typed",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"types-generate": "pnpm dlx openapi-typescript http://localhost:8000/openapi.json -o types.ts"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@next/mdx": "^13.5.7",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.15",
"@types/lodash": "^4.17.9",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"depcheck": "^1.4.7",
"encoding": "^0.1.13",
"eslint-config-next": "13.4.16",
"framer-motion": "^10.18.0",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"lucide-react": "^0.299.0",
"mobx": "^6.13.3",
"mobx-react-lite": "^4.0.7",
"next": "14.2.15",
"next-typesafe-url": "^4.1.0",
"openai": "^4.65.0",
"openapi-fetch": "^0.12.2",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-query": "^3.39.3",
"recharts": "^2.12.7",
"remeda": "^2.14.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"use-debounce": "^10.0.3",
"zod": "^3.23.8",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.4.2",
"@types/papaparse": "^5.3.14",
"autoprefixer": "^10.4.20",
"eslint": "8.47.0",
"eslint-plugin-react": "^7.37.0",
"openapi-typescript": "^6.7.6",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
}
}