-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 KB
/
package.json
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.3.6",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vuepress-webpack dev docs",
"docs:build": "vuepress-webpack build docs",
"docs:clean-dev": "vuepress-webpack 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"
},
"dependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.63"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.65",
"@vuepress/plugin-feed": "2.0.0-rc.65",
"@vuepress/plugin-google-analytics": "2.0.0-rc.63",
"@vuepress/plugin-slimsearch": "2.0.0-rc.65",
"@waline/client": "3.4.1",
"cpx2": "^8.0.0",
"dashjs": "^4.7.4",
"hls.js": "^1.5.17",
"markdownlint-cli": "^0.42.0",
"mathjax-full": "^3.2.2",
"prettier": "^3.4.2",
"sass-embedded": "^1.82.0",
"sass-loader": "^16.0.4",
"vidstack": "^1.12.12"
}
}