-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 KB
/
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": "keep-it-simple",
"type": "module",
"version": "1.0.0",
"description": "The goal is to explain computer knowledge in simple and easy-to-understand way.",
"packageManager": "[email protected]",
"author": "dingyuqi <[email protected]>",
"license": "MIT",
"engines": {
"node": "^18.20.0 || >=20.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
"http-server": "^14.1.1",
"markmap-lib": "^0.17.2",
"markmap-toolbar": "^0.17.2",
"markmap-view": "^0.17.2",
"sass-embedded": "^1.83.4",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-plume": "1.0.0-rc.129"
},
"dependencies": {
"@iconify/json": "^2.2.298",
"@vercel/analytics": "^1.4.1",
"vercel": "^37.14.0"
}
}