-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.78 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
58
59
60
61
62
{
"name": "learn-data",
"version": "1.3.9",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.18.2",
"scripts": {
"docs:dev": "vuepress-vite dev docs",
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:update-package": "pnpm dlx vp-update",
"lint": "prettier --check .",
"lint:fix": "prettier --check --write .",
"lint:markdown": "markdownlint docs",
"lint:markdown-fix": "markdownlint docs --fix"
},
"devDependencies": {
"@mathjax/src": "^4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.27",
"@vuepress/plugin-docsearch": "2.0.0-rc.128",
"@vuepress/plugin-feed": "2.0.0-rc.128",
"@vuepress/plugin-google-analytics": "2.0.0-rc.128",
"@vuepress/plugin-slimsearch": "2.0.0-rc.128",
"@waline/client": "^3.13.0",
"dashjs": "^4.7.4",
"hls.js": "^1.6.13",
"markdownlint-cli": "^0.45.0",
"markmap-lib": "^0.18.12",
"markmap-toolbar": "^0.18.12",
"markmap-view": "^0.18.12",
"mathjax-full": "^3.2.2",
"prettier": "^3.6.2",
"sass-embedded": "^1.98.0",
"vidstack": "^1.12.13",
"vue": "^3.5.29",
"vuepress": "2.0.0-rc.27",
"vuepress-theme-hope": "2.0.0-rc.106"
},
"pnpm": {
"overrides": {
"baseline-browser-mapping": "2.10.18",
"caniuse-lite": "1.0.30001788",
"undici": "6.24.0",
"@xmldom/xmldom": "0.9.10",
"yaml": "2.8.3",
"markdown-it": "14.1.1",
"glob": "11.1.0",
"minimatch": "10.2.3",
"@isaacs/brace-expansion": "5.0.1",
"smol-toml": "1.6.1",
"mdast-util-to-hast": "13.2.1",
"picomatch@<3": "2.3.2",
"picomatch@>=4 <5": "4.0.4"
},
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"mpegts.js": "^1.8.0"
}
}