-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
47
48
{
"name": "nextjs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:remote": "ngrok http 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.12.0",
"@heroicons/react": "^2.1.3",
"@tailwindcss/typography": "^0.5.13",
"@zip.js/zip.js": "^2.7.45",
"classnames": "^2.5.1",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"ngrok": "^5.0.0-beta.2",
"pretty-file-tree": "^1.0.1",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}