-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.23 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.23 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
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
{
"name": "training",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check --write && tsc --noEmit",
"translate": "lingui extract --clean"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@date-fns/tz": "^1.4.1",
"@fireworks-js/react": "^2.10.8",
"@google-cloud/logging": "^11.2.1",
"@gravatar-com/quick-editor": "^0.8.0",
"@icons-pack/react-simple-icons": "^13.13.0",
"@libsql/client": "^0.17.2",
"@lingui/core": "^5.9.5",
"@lingui/loader": "^5.9.5",
"@lingui/macro": "^5.9.5",
"@lingui/react": "^5.9.5",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@napi-rs/canvas": "^0.1.97",
"@next/mdx": "^16.2.3",
"@next/third-parties": "^16.2.3",
"@node-rs/bcrypt": "^1.10.7",
"@olinfo/react-components": "^0.12.3",
"@olinfo/tailwind": "^0.1.0",
"@shikijs/monaco": "^4.0.2",
"@types/country-flag-icons": "^1.2.2",
"@types/d3-drag": "^3.0.7",
"@types/d3-force": "^3.0.10",
"@types/d3-path": "^3.1.1",
"@types/d3-selection": "^3.0.11",
"@types/lodash-es": "^4.17.12",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.2",
"@types/nodemailer": "^8.0.0",
"@types/pdfobject": "^2.2.5",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-google-recaptcha": "^2.1.9",
"@types/set-cookie-parser": "^2.4.10",
"@types/wicg-file-system-access": "^2023.10.7",
"autoprefixer": "^10.4.27",
"better-auth": "^1.6.2",
"better-call": "1.3.2",
"clsx": "^2.1.1",
"country-flag-icons": "^1.6.15",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-path": "^3.1.0",
"d3-selection": "^3.0.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.2",
"jose": "^6.2.2",
"katex": "^0.16.45",
"lodash-es": "^4.18.1",
"lucide-react": "^1.8.0",
"mime": "^4.1.0",
"monaco-editor-core": "^0.55.1",
"next": "^16.2.3",
"next-mdx-remote-client": "^2.1.10",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.5",
"parse-entities": "^4.0.2",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^5.6.205",
"pdfobject": "^2.3.1",
"pg": "^8.20.0",
"postcss": "^8.5.9",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-google-recaptcha": "^3.1.0",
"react-pdf": "^10.4.1",
"react-virtuoso": "^4.18.4",
"recharts": "^3.8.1",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"resolve-accept-language": "^3.2.1",
"serialize-error": "^13.0.1",
"set-cookie-parser": "^3.1.0",
"shiki": "^4.0.2",
"swr": "^2.4.1",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@lingui/cli": "^5.9.5",
"@lingui/conf": "^5.9.5",
"@lingui/swc-plugin": "^5.11.0"
},
"pnpm": {
"overrides": {
"pdfjs-dist": "^5.6.205",
"@napi-rs/canvas": "^0.1.97"
},
"ignoredBuiltDependencies": [
"@prisma/engines",
"esbuild",
"prisma",
"protobufjs",
"sharp"
]
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}