2D-GameCreator / package.json
pixelass's picture
feat: 100% browser yeah baby yeah
e5ae926 unverified
raw
history blame
1.54 kB
{
"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": "next dev",
"prepare": "husky install",
"spj": "npx sort-package-json",
"toc": "npx markdown-toc README.md -i"
},
"lint-staged": {
"*.js": [
"npx prettier --write"
],
"package.json": [
"npx sort-package-json",
"npx prettier --write"
],
"*.md": [
"npx prettier --write"
],
"README.md": [
"npx markdown-toc -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",
"esdeka": "0.1.18",
"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",
"husky": "^8.0.3",
"prettier": "^2.8.7"
},
"engines": {
"node": ">= 18"
}
}