-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 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
37
38
39
40
41
42
{
"name": "web_tech_blog",
"version": "1.0.0",
"description": "webTechLearn blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"push": "bash deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maicFir/maicFir.github.io.git"
},
"keywords": [
"blog",
"Web技术学苑"
],
"author": "maicFir",
"license": "ISC",
"bugs": {
"url": "https://github.com/maicFir/maicFir.github.io/issues"
},
"homepage": "https://github.com/maicFir/maicFir.github.io#readme",
"dependencies": {
"vuepress": "^2.0.0-beta.49"
},
"devDependencies": {
"@moefy-canvas/theme-popper": "^0.3.3",
"@vuepress/plugin-docsearch": "^2.0.0-beta.49",
"@vuepress/plugin-pwa": "^2.0.0-beta.49",
"@vuepress/plugin-register-components": "^2.0.0-beta.49",
"element-plus": "^2.2.25",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite-plugin-require-transform": "^1.0.3",
"vuepress-plugin-cursor-effects": "^1.1.4",
"vuepress-theme-reco": "^2.0.0-beta.23"
}
}