done (#3)
This commit is contained in:
parent
3f5532a487
commit
c2ce272041
15 changed files with 226 additions and 177 deletions
60
package.json
60
package.json
|
|
@ -1,28 +1,36 @@
|
|||
{
|
||||
"name": "hestia",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "bun build ./src/index.ts --outdir ./build",
|
||||
"clean": "rm -rf ./build",
|
||||
"dev": "bun --watch src/index.ts | pino-pretty",
|
||||
"prisma:generate": "prisma generate"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"prisma": "^6.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pothos/core": "^4.3.0",
|
||||
"@pothos/plugin-prisma": "^4.4.0",
|
||||
"@prisma/client": "6.0.1",
|
||||
"graphql": "^16.9.0",
|
||||
"graphql-yoga": "^5.10.4",
|
||||
"pino": "^9.5.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
"name": "hestia",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "bun build ./src/index.ts --outdir ./build",
|
||||
"clean": "rm -rf ./build",
|
||||
"dev": "bun --watch src/index.ts | pino-pretty",
|
||||
"format": "prettier . --write",
|
||||
"lint": "",
|
||||
"prisma:generate": "prisma generate"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@types/bun": "latest",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"globals": "^15.13.0",
|
||||
"prettier": "3.4.1",
|
||||
"prisma": "^6.0.1",
|
||||
"typescript-eslint": "^8.17.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pothos/core": "^4.3.0",
|
||||
"@pothos/plugin-prisma": "^4.4.0",
|
||||
"@prisma/client": "6.0.1",
|
||||
"graphql": "^16.9.0",
|
||||
"graphql-yoga": "^5.10.4",
|
||||
"pino": "^9.5.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue