-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 996 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
33
34
35
36
{
"name": "doc2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@vuepress/client": "2.0.0-beta.63",
"@vuepress/theme-default": "2.0.0-beta.63",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.15.0",
"typescript": "*",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.63"
},
"dependencies": {
"@vuepress/core": "^1.9.9",
"@vuepress/plugin-docsearch": "2.0.0-alpha.1",
"@vuepress/plugin-search": "2.0.0-beta.63",
"@vuepress/types": "^1.9.9",
"vuepress-plugin-comment2": "2.0.0-beta.226"
}
}