-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 Bytes
/
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
{
"name": "alura-thumbnails",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@uiw/react-md-editor": "^3.20.2",
"@waylaidwanderer/chatgpt-api": "^1.21.3",
"agentmarkdown": "^5.0.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"html-to-image": "^1.11.3",
"html2canvas": "^1.4.1",
"next": "13.1.1",
"next-remove-imports": "^1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"save-html-as-image": "^1.7.1",
"socket.io-client": "^4.6.0",
"sweetalert2": "^11.7.2",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/file-saver": "^2.0.5"
}
}