-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"scripts": {
"start": "dotenv -e .env tsx watch api/index.ts",
"lint": "npm-run-all -p lint:*",
"lint:eslint": "eslint api/",
"fix": "npm-run-all -p fix:*",
"fix:eslint": "eslint --fix api/",
"fix:prettier": "prettier --write assets/ api/"
},
"dependencies": {
"@hono/node-server": "^1.0.2",
"cjp": "^2.3.1",
"genhera": "^1.1.0",
"highlight.js": "^11.8.0",
"hono": "^3.2.5",
"html-minifier-terser": "^7.2.0",
"marked": "^5.0.5",
"marked-highlight": "^2.0.1",
"nomlish-translator-node": "^1.0.2"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.1",
"@types/html-minifier-terser": "^7.0.0",
"@types/marked": "^5.0.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"dotenv-cli": "^7.2.1",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-unused-imports": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"tsx": "^3.12.7",
"typescript": "^5.1.3"
}
}