-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.76 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
{
"name": "thirty-papers",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "node scripts/generate-seo.mjs --public && tsc && vite build && node scripts/generate-seo.mjs --prerender",
"preview": "vite preview",
"check:emdash": "node scripts/check-emdash.mjs",
"fetch:papers": "node scripts/fetch-papers.mjs",
"capture:wordmark": "node scripts/capture-wordmark.mjs",
"convert:math": "node scripts/convert-math.mjs"
},
"dependencies": {
"@fontsource/bungee-inline": "^5.2.8",
"@fontsource/bungee-shade": "^5.2.7",
"@fontsource/faster-one": "^5.2.7",
"@fontsource/geist": "^5.2.9",
"@fontsource/geist-mono": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@fontsource/monoton": "^5.2.7",
"@fontsource/pinyon-script": "^5.2.8",
"@fontsource/poppins": "^5.2.7",
"@fontsource/press-start-2p": "^5.2.7",
"@fontsource/rye": "^5.2.7",
"@fontsource/shrikhand": "^5.2.8",
"@fontsource/space-grotesk": "^5.2.10",
"@fontsource/vast-shadow": "^5.2.8",
"computer-modern": "^0.1.3",
"html-react-parser": "^5.1.18",
"katex": "^0.16.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.43.2",
"@fontsource/inter": "^5.1.0",
"@fontsource/newsreader": "^5.1.0",
"@types/katex": "^0.16.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.20",
"cheerio": "^1.2.0",
"pdfjs-dist": "^4.10.38",
"playwright": "^1.61.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^6.4.3",
"wrangler": "^4.108.0"
}
}