-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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
{
"name": "learn-data",
"version": "1.4.0",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vuepress dev src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:build": "vuepress build src && node scripts/llms-txt.js",
"docs:update-package": "pnpm dlx vp-update",
"lint": "prettier --check .",
"lint:fix": "prettier --check --write .",
"lint:markdown": "markdownlint src",
"lint:markdown-fix": "markdownlint src --fix",
"seo:audit": "node scripts/seo-audit.js",
"reading:sidebar": "node scripts/reading-sidebar.js"
},
"devDependencies": {
"@mathjax/src": "^4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-docsearch": "2.0.0-rc.124",
"@vuepress/plugin-feed": "2.0.0-rc.124",
"@vuepress/plugin-google-analytics": "2.0.0-rc.124",
"@vuepress/plugin-slimsearch": "2.0.0-rc.124",
"@waline/client": "^3.13.0",
"cpx2": "^8.0.0",
"gray-matter": "^4.0.3",
"dashjs": "^4.7.4",
"hls.js": "^1.6.15",
"markdownlint-cli": "^0.47.0",
"prettier": "^3.8.1",
"sass-embedded": "^1.97.3",
"vue": "^3.5.29",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.103"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}