-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "screenshot-to-daisyui-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.1",
"@heroicons/react": "^2.1.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@uiw/codemirror-theme-tokyo-night-storm": "^4.21.21",
"@vercel/blob": "^0.15.1",
"add": "^2.0.6",
"ai": "^2.2.29",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^3.3.3",
"highlight.js": "^11.9.0",
"install": "^0.13.0",
"next": "14.0.3",
"npm": "^10.2.5",
"openai": "^4.24.0",
"postcss": "^8.4.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.3.5",
"uninstall": "^0.0.0",
"yarn": "^1.22.21"
},
"devDependencies": {
"daisyui": "^4.4.18",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3"
}
}