-
Notifications
You must be signed in to change notification settings - Fork 2
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": "wembat",
"private": true,
"workspaces": [
"workspaces/*"
],
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix ./workspaces/**/*.ts",
"format": "prettier ./workspaces/**/*.ts --write",
"docs": "typedoc",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@simplewebauthn/types": "^11.0.0",
"@types/bootstrap": "^5.2.10",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gzipper": "^7.1.0",
"jest": "^29.0.0",
"prettier": "^3.3.3",
"prisma": "^5.22.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.0",
"typedoc": "^0.28.13",
"typedoc-plugin-markdown": "^4.9.0",
"typedoc-vitepress-theme": "^1.1.2",
"typescript": "^5.6.0",
"vite": "^7.1.11",
"vite-plugin-dts": "^4.2.4",
"vitepress": "^1.6.3",
"vitest": "^3.0.9",
"vue-tsc": "^2.1.14"
}
}