-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.15 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.15 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
{
"name": "william-pan.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-pdf-viewer/core": "^3.12.0",
"@types/jsdom": "^21.1.7",
"@types/pdfjs-dist": "^2.10.378",
"canvas": "^3.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"counterapi": "^1.79.0",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"hast-util-is-element": "^3.0.0",
"hastscript": "^9.0.0",
"htmlparser2": "^10.0.0",
"jsdom": "^26.0.0",
"katex": "^0.16.19",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"pdf-dist": "^1.0.0",
"pdfjs-dist": "2.16.105",
"prism-react-renderer": "^2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.3.0",
"react-modal": "^3.16.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-components": "^0.3.0",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-parse": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-react": "^8.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-images": "^4.1.0",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-pdf": "^7.0.0",
"eslint": "^8",
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}