-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
89 lines (89 loc) · 2.25 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "training",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check --write",
"translate": "lingui extract --clean"
},
"dependencies": {
"@fireworks-js/react": "^2.10",
"@icons-pack/react-simple-icons": "^12.0",
"@libsql/client": "^0.15",
"@lingui/core": "^5.2",
"@lingui/loader": "^5.2",
"@lingui/macro": "^5.2",
"@lingui/react": "^5.2",
"@mdx-js/loader": "^3.0",
"@mdx-js/react": "^3.0",
"@next/mdx": "^15.2",
"@next/third-parties": "^15.2",
"@olinfo/react-components": "^0.11",
"@olinfo/tailwind": "^0.1",
"@olinfo/terry-api": "^0.2",
"@olinfo/training-api": "^0.10",
"@shikijs/monaco": "^3.2",
"@types/d3-drag": "^3.0",
"@types/d3-force": "^3.0",
"@types/d3-path": "^3.1",
"@types/d3-selection": "^3.0",
"@types/lodash-es": "^4.17",
"@types/mdx": "^2.0",
"@types/node": "^22",
"@types/pdfobject": "^2.2",
"@types/pg": "^8.11",
"@types/react": "^19.0",
"@types/react-dom": "^19.0",
"@types/react-google-recaptcha": "^2.1",
"@types/wicg-file-system-access": "^2023.10.5",
"autoprefixer": "^10.0",
"clsx": "^2.1",
"d3-drag": "^3.0",
"d3-force": "^3.0",
"d3-path": "^3.1",
"d3-selection": "^3.0",
"drizzle-orm": "^0.41",
"katex": "^0.16",
"lodash-es": "^4.17",
"lucide-react": ">=0.395 <1",
"mime": "^4.0",
"monaco-editor-core": "^0.52",
"next": "^15.2",
"next-mdx-remote": "^5.0",
"parse-entities": "^4.0",
"pdfobject": "^2.3",
"pg": "^8.13",
"postcss": "^8.4",
"react": "^19.0",
"react-dom": "^19.0",
"react-google-recaptcha": "^3.1",
"react-pdf": "^9.0",
"react-virtuoso": "^4.7",
"recharts": "^2.12",
"rehype-katex": "^7.0",
"remark-math": "^6.0",
"set-cookie-parser": "^2.7",
"shiki": "^3.2",
"swr": "^2.2",
"tailwindcss": "^3.3",
"typescript": "^5.4",
"zod": "^3.23"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@lingui/cli": "^5.2",
"@lingui/swc-plugin": "^5.4"
},
"resolutions": {
"@types/react": "19.0"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}