forked from feiandxs/duckrush
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 755 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 755 Bytes
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
{
"name": "open-search-engine",
"scripts": {
"dev": "wrangler dev src/index.ts",
"deploy": "wrangler deploy --minify src/index.ts"
},
"dependencies": {
"duckduckgogogo": "^1.1.0",
"hono": "^4.2.5",
"zod": "^3.22.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240403.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.0.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.29.0",
"wrangler": "^3.47.0"
}
}