forked from rockbenben/LearnData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 943 Bytes
/
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
{
"name": "learn-data",
"version": "1.2.3",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"lint": "prettier --check .",
"lint:fix": "prettier --check --write .",
"lint:markdown": "markdownlint docs",
"lint:markdown-fix": "markdownlint docs --fix"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.14.0"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.66",
"@vuepress/plugin-docsearch": "2.0.0-beta.66",
"@vuepress/plugin-google-analytics": "2.0.0-beta.66",
"@vuepress/utils": "2.0.0-beta.66",
"cpx2": "^4.2.3",
"markdownlint-cli": "^0.34.0",
"prettier": "^2.8.8",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.66",
"vuepress-plugin-search-pro": "2.0.0-beta.233",
"vuepress-theme-hope": "2.0.0-beta.233"
}
}