-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.85 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "joiSite",
"version": "1.0.0",
"private": true,
"license": "BSD-3-Clause",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"fetch-data": "tsx cli/getModuleInfo.ts",
"build": "vitepress build",
"preview": "vitepress preview",
"generate": "tsx cli/getModuleInfo.ts && vitepress build",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt --check",
"fmt:fix": "oxfmt",
"test": "pnpm run lint && pnpm run fmt && tsc --noEmit"
},
"dependencies": {
"@babel/runtime": "^8.0.0",
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.12.4",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.6",
"@lezer/highlight": "^1.2.3",
"@standard-schema/spec": "^1.1.0",
"@typescript/vfs": "^1.6.4",
"@uiw/codemirror-theme-darcula": "^4.25.11",
"@uiw/codemirror-theme-eclipse": "^4.25.11",
"@vueuse/core": "^14.3.0",
"codemirror": "^6.0.2",
"es-toolkit": "^1.49.0",
"feed": "^6.0.0",
"github-slugger": "^2.0.0",
"joi-17": "npm:joi@17.13.4",
"joi-18": "npm:joi@18.2.3",
"prettier": "^3.9.6",
"semver": "^7.8.5",
"vitepress-plugin-group-icons": "^1.7.5",
"vue": "^3.5.40"
},
"devDependencies": {
"@hapi/oxc-plugin": "^1.0.2",
"@octokit/plugin-throttling": "^11.0.3",
"@octokit/rest": "^22.0.1",
"@types/node": "^24.13.3",
"@types/semver": "^7.7.1",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"tsx": "^4.23.1",
"typescript": "^6.0.3",
"vitepress": "2.0.0-alpha.18"
},
"packageManager": "pnpm@10.32.1"
}