initial wcag-ada
This commit is contained in:
parent
042b8cb83a
commit
d52cfe7de2
112 changed files with 9069 additions and 0 deletions
34
apps/wcag-ada/api/package.json
Normal file
34
apps/wcag-ada/api/package.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "@wcag-ada/api",
|
||||
"version": "0.1.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"dev": "bun run --hot src/index.ts",
|
||||
"build": "tsc -b",
|
||||
"start": "bun run dist/index.js",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^3.11.7",
|
||||
"@hono/node-server": "^1.4.0",
|
||||
"@hono/zod-validator": "^0.5.0",
|
||||
"zod": "^3.22.4",
|
||||
"@wcag-ada/shared": "workspace:*",
|
||||
"@wcag-ada/scanner": "workspace:*",
|
||||
"@wcag-ada/config": "workspace:*",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"nanoid": "^5.0.4",
|
||||
"@prisma/client": "^5.8.0",
|
||||
"bullmq": "^5.1.1",
|
||||
"ioredis": "^5.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.5",
|
||||
"@types/jsonwebtoken": "^9.0.5",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"prisma": "^5.8.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue