-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 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": "nakatai-blog",
"version": "1.0.0",
"description": "Nakatai's Blog",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"eject": "vuepress eject src"
},
"author": {
"name": "Nakatai-0322",
"email": "[email protected]",
"url": "http://nakatai.ga"
},
"license": "(Apache-2.0 OR CC-BY-SA-4.0)",
"repository": "https://github.com/Nakatai-0322/Blog.git",
"devDependencies": {
"extend": "^3.0.2",
"glob-parent": "^6.0.2",
"got": "^12.1.0",
"highlight.js": "^11.6.0",
"markdown-it": "^13",
"node-forge": "^1.3.0",
"nth-check": "^2.0.1",
"striptags": "^3.2.0",
"vuepress": "^1.9.2",
"vuepress-plugin-disqus": "^0.2.0",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-theme-meteorlxy": "^1.9.0"
},
"resolutions": {
"got": "^12.1.0",
"node-forge": "^1.3.0",
"markdown-it": "^13",
"nth-check": "^2.0.1",
"striptags": "^3.2.0",
"highlight.js": "^11.6.0",
"extend": "^2.0.2",
"glob-parent": "^6.0.2"
},
"dependencies": {}
}