-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
43
{
"name": "bluepen",
"version": "0.0.1",
"description": "writing things down for the sake of my poor memory",
"main": "index.js",
"scripts": {
"sidebar": "node bin/sidebar.js",
"dev": "nodemon --ext js --watch docs/.vuepress/ --exec vuepress dev docs",
"dev-build": "vuepress build docs",
"build": "cross-env NODE_ENV=production npm run dev-build",
"deploy": "bash bin/deploy.sh"
},
"keywords": [
"docs",
"blog",
"study"
],
"repository": "https://github.com/YxxY/bluepen",
"author": "xu-li",
"license": "MIT",
"dependencies": {
"@vssue/api-github-v3": "^1.4.4",
"@vssue/api-github-v4": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.6",
"@vuepress/plugin-medium-zoom": "^1.5.0",
"@vuepress/plugin-pwa": "^1.5.0",
"async-validator": "1.11.5",
"dayjs": "^1.8.28",
"element-ui": "^2.13.2",
"vuepress": "^1.9.7",
"vuepress-plugin-helper-live2d": "^1.0.2",
"vuepress-plugin-one-click-copy": "^1.0.2"
},
"devDependencies": {
"babel-plugin-component": "^1.1.1",
"cross-env": "^5.2.1",
"less": "^3.11.2",
"less-loader": "^5.0.0",
"nodemon": "^1.19.4",
"nunjucks": "^3.2.1",
"vuepress-theme-vdoing": "^1.12.8"
}
}