File size: 1,554 Bytes
a86df80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "fail4",
  "version": "1.0.0",
  "description": "JavaScript Canvas2D | 100% Prompt Driven Development (GPT) ",
  "keywords": [
    "ai",
    "artificial intelligence",
    "javascript",
    "gpt",
    "gpt-4",
    "gpt-35-turbo",
    "web-ui"
  ],
  "license": "AGPL",
  "author": {
    "name": "Gregor Adams",
    "url": "https://github.com/pixelass/"
  },
  "scripts": {
    "dev": "concurrently 'npm:dev-*'",
    "dev-ui": "next dev",
    "dev-frame": "webpack serve --config ./config/webpack.config.dev.js",
    "prepare": "husky install",
    "spj": "npx sort-package-json",
    "toc": "npx markdown-toc README.md -i"
  },
  "dependencies": {
    "@emotion/cache": "11.10.7",
    "@emotion/react": "11.10.6",
    "@emotion/server": "11.10.0",
    "@emotion/styled": "11.10.6",
    "@mui/icons-material": "5.11.16",
    "@mui/material": "5.12.0",
    "axios": "1.3.5",
    "eslint": "8.37.0",
    "eslint-config-next": "13.2.4",
    "jotai": "2.0.4",
    "nanoid": "4.0.2",
    "next": "13.2.4",
    "openai": "^3.2.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-syntax-highlighter": "15.5.0",
    "zustand": "4.3.7"
  },
  "devDependencies": {
    "@semantic-release/git": "^10.0.1",
    "@types/react-syntax-highlighter": "^15.5.6",
    "concurrently": "^8.0.1",
    "css-loader": "^6.7.3",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.3",
    "style-loader": "^3.3.2",
    "webpack": "^5.77.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.13.2"
  },
  "engines": {
    "node": ">= 18"
  }
}