-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.21 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
{
"name": "fail5",
"version": "1.0.0",
"description": "Funny Tweet Generator",
"keywords": [
"ai",
"artificial intelligence",
"javascript",
"gpt",
"gpt-4"
],
"license": "AGPL",
"author": {
"name": "Dominik Hautau",
"url": "https://github.com/doemser/"
},
"contributors": [
{
"name": "Gregor Adams",
"url": "https://github.com/pixelass/"
},
{
"name": "Tim Pietrusky",
"url": "https://github.com/NERDDISCO/"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hyv/core": "^0.2.0",
"@hyv/openai": "^0.2.0",
"@hyv/store": "^0.2.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@types/node": "20.0.0",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.4",
"axios": "^1.4.0",
"eslint": "8.39.0",
"eslint-config-next": "13.4.1",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4",
"use-local-storage-state": "^18.3.2"
}
}