-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "mush-audit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@headlessui/react": "^2.2.0",
"@monaco-editor/react": "^4.6.0",
"@types/cheerio": "^0.22.35",
"@types/highlight.js": "^10.1.0",
"@types/html2canvas": "^1.0.0",
"@types/marked": "^6.0.0",
"@types/prismjs": "^1.26.5",
"cheerio": "^1.0.0",
"ethers": "^6.13.4",
"file-saver": "^2.0.5",
"highlight.js": "^11.10.0",
"html2canvas": "^1.4.1",
"jszip": "^3.10.1",
"marked": "^15.0.3",
"next": "15.1.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}