-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 754 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "scrt-docs",
"private": true,
"scripts": {
"dev": "vuepress-cli dev",
"build": "vuepress-cli build",
"lint": "prettier --check . && eslint --max-warnings=0 --ext .js,.json,.ts,.vue .",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.62.0",
"@vuepress/plugin-docsearch": "2.0.0-beta.66",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-vue": "9.17.0",
"prettier": "3.0.3",
"vuepress": "2.0.0-beta.66",
"vuepress-plugin-seo2": "2.0.0-beta.209",
"vuepress-plugin-sitemap2": "2.0.0-beta.234"
}
}