-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 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
44
45
46
{
"name": "vuepress-blog-template",
"version": "1.0.0",
"description": "My Website & Blog",
"main": "index.js",
"scripts": {
"dev": "node renewPaletteStylus.js && vuepress dev",
"build": "node renewPaletteStylus.js && vuepress build",
"lint": "eslint .",
"deploy:firebase": "yarn build && firebase deploy"
},
"repository": {
"type": "git",
"url": "SidStraw/VpressBlog.git"
},
"keywords": [
"vue.js",
"vuepress",
"blog",
"vuepress/plugin-blog"
],
"author": {
"email": "[email protected]",
"name": "SidStraw",
"url": "https://sidstraw.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SidStraw/VpressBlog/issues"
},
"homepage": "https://github.com/SidStraw/VpressBlog#readme",
"devDependencies": {
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-vuepress": "^2.2.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"vuepress": "^1.2.0"
},
"dependencies": {
"jsdom": "^20.0.0",
"vuepress-theme-sidstraw-blog": "file:./.vuepress/theme",
"yaml": "^1.10.0"
}
}