forked from MagicMirrorOrg/MagicMirror-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 800 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
25
{
"version": "2.31.0",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.24",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.112",
"@vuepress/plugin-docsearch": "^2.0.0-rc.112",
"@vuepress/plugin-google-analytics": "^2.0.0-rc.112",
"@vuepress/theme-default": "^2.0.0-rc.112",
"cspell": "^9.2.1",
"prettier": "^3.6.2",
"prettier-config-vuepress": "^7.0.4",
"sass-embedded": "^1.93.2",
"vue": "^3.5.22",
"vuepress": "^2.0.0-rc.24"
},
"scripts": {
"start": "node --run docs:dev",
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build .",
"lint": "prettier . --write",
"test": "node --run test:format && node --run test:spelling",
"test:format": "prettier . --check",
"test:spelling": "cspell . --gitignore"
}
}