-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 KB
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
43
44
45
46
{
"name": "codedang",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"init:storage": "ts-node scripts/init-storage.ts",
"init:rabbitmq": "ts-node scripts/init-rabbitmq.ts",
"knip": "knip"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.33.0",
"@next/eslint-plugin-next": "^15.4.10",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@tsconfig/recommended": "^1.0.10",
"@types/amqplib": "^0.10.7",
"@types/node": "^22.17.1",
"amqplib": "^0.10.9",
"eslint": "^9.33.0",
"eslint-config-next": "^15.4.10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"knip": "^5.62.0",
"lefthook": "^1.12.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"ts-node": "^10.9.2",
"typescript": "5.9.2",
"typescript-eslint": "^8.39.0"
},
"packageManager": "pnpm@10.14.0",
"engines": {
"node": "^22.18.0"
},
"dependencies": {
"web-push": "^3.6.7"
}
}