-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
48 lines (48 loc) · 1.55 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
43
44
45
46
47
48
{
"name": "alfc",
"version": "1.2.2",
"author": "Andreas Opferkuch <[email protected]>",
"license": "MIT",
"engines": {
"node": "^22"
},
"private": true,
"scripts": {
"build": "pnpm -r --parallel build",
"start": "pnpm --filter=!bootstrap --parallel start",
"lint": "eslint .",
"prepare": "husky",
"test": "vitest",
"type-check": "pnpm -r --parallel type-check",
"del:tscache": "del-cli \"**/*.tsbuildinfo\" \"!**/node_modules/**\"",
"all-checks": "concurrently \"pnpm lint\" \"pnpm type-check\" \"pnpm test\" \"pnpm build\""
},
"devDependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"del-cli": "^6.0.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"husky": "^9.1.7",
"kill-port": "^2.0.1",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "^8.23.0",
"vitest": "^3.0.5"
},
"packageManager": "[email protected]+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001"
}