Apply formatting
This commit is contained in:
11
package.json
11
package.json
@ -7,12 +7,19 @@
|
||||
"build:frontend": "cd frontend && bun vite build",
|
||||
"build:admin": "cd admin-panel && bun install && bun run build",
|
||||
"dev:frontend": "cd frontend && bun vite dev",
|
||||
"dev:admin": "cd admin-panel && bun vite dev"
|
||||
"dev:admin": "cd admin-panel && bun vite dev",
|
||||
"format": "biome format --write .",
|
||||
"format:check": "biome format .",
|
||||
"lint": "biome lint .",
|
||||
"lint:fix": "biome lint --write .",
|
||||
"check": "biome check .",
|
||||
"check:fix": "biome check --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-polly": "^3.823.0",
|
||||
"@hono/node-server": "^1.14.3",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"cheerio": "^1.0.0",
|
||||
"ffmpeg-static": "^5.2.0",
|
||||
"hono": "^4.7.11",
|
||||
"openai": "^4.104.0",
|
||||
@ -24,7 +31,9 @@
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@types/bun": "latest",
|
||||
"@types/cheerio": "^1.0.0",
|
||||
"@types/node": "^22.15.29",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
|
Reference in New Issue
Block a user