-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 947 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
{
"name": "os",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/airdb-wiki/os.git",
"author": "",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs--clean-cache",
"docs:dev": "vuepress dev docs"
},
"keywords": [
"Operating System",
"OS"
],
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-beta.61",
"@vuepress/cli": "2.0.0-beta.61",
"@vuepress/theme-default": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-alpha.1",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.61"
},
"dependencies": {
"@vuepress/bundler-webpack": "2.0.0-beta.45",
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/plugin-docsearch": "2.0.0-alpha.1",
"@vuepress/plugin-shiki": "2.0.0-beta.5",
"bundler-vite@next": "link:vuepress/bundler-vite@next"
}
}