-
Notifications
You must be signed in to change notification settings - Fork 242
/
package.json
63 lines (63 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fullstack-gpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@types/crypto-js": "^4.1.1",
"@types/react-toastify": "^4.1.0",
"@types/uuid": "^9.0.1",
"crypto-js": "^4.1.1",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"dotenv": "^16.0.3",
"eventsource-parser": "^0.1.0",
"highlight.js": "^11.7.0",
"html2canvas": "^1.4.1",
"html2pdf-jspdf2": "^0.1.2",
"i18next": "^22.4.13",
"katex": "^0.16.4",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-katex": "^2.0.3",
"next": "13.2.3",
"next-i18next": "^13.2.2",
"node-fetch": "^3.3.1",
"normalize.css": "^8.0.1",
"react": "18.2.0",
"react-avatar-editor": "^13.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-loading": "^2.0.3",
"react-toastify": "^9.1.1",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/highlight.js": "^10.1.0",
"@types/html2canvas": "^1.0.0",
"@types/katex": "^0.16.0",
"@types/lodash": "^4.14.191",
"@types/markdown-it": "^12.2.3",
"@types/node": "18.14.6",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.28",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.0.1",
"sass": "^1.58.3"
}
}