-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
34 lines (34 loc) · 1017 Bytes
/
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
{
"name": "codedang",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"init:storage": "ts-node scripts/init-storage.ts",
"knip": "knip"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.722.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@tsconfig/recommended": "^1.0.8",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"globals": "^15.14.0",
"knip": "^5.41.1",
"lefthook": "^1.10.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"ts-node": "^10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "^8.18.1"
},
"packageManager": "[email protected]"
}