-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.24 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
{
"name": "learn-data",
"version": "1.5.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",
"geo:audit": "node scripts/geo-audit.js",
"reading:sidebar": "node scripts/reading-sidebar.js"
},
"devDependencies": {
"@mathjax/src": "^4.1.2",
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/plugin-docsearch": "2.0.0-rc.130",
"@vuepress/plugin-feed": "2.0.0-rc.130",
"@vuepress/plugin-google-analytics": "2.0.0-rc.130",
"@vuepress/plugin-slimsearch": "2.0.0-rc.130",
"@waline/client": "^3.15.2",
"cpx2": "^8.0.2",
"dashjs": "^4.7.4",
"gray-matter": "^4.0.3",
"hls.js": "^1.6.16",
"markdownlint-cli": "^0.47.0",
"prettier": "^3.8.4",
"sass-embedded": "^1.100.0",
"vue": "^3.5.34",
"vuepress": "2.0.0-rc.30",
"vuepress-theme-hope": "2.0.0-rc.107"
}
}