-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "study-fetch-tutor",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint-plugin-react-hooks": "^5.2.0",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"pdfjs-dist": "^4.10.38",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.0.0",
"react-pdf": "^9.2.1",
"react-syntax-highlighter": "^16.1.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.2.2",
"@types/node": "^20",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"eslint": "^9.22.0",
"eslint-config-next": "^15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}