-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.04 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": "blog",
"version": "0.0.1",
"description": "The Sierra Softworks blog",
"main": "index.js",
"authors": {
"name": "Benjamin Pannell",
"email": "[email protected]"
},
"repository": "https://github.com/SierraSoftworks/blog.git",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src --dest dist"
},
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-feed": "2.0.0-rc.66",
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
"@vuepress/plugin-register-components": "2.0.0-rc.66",
"@vuepress/plugin-seo": "^2.0.0-rc.66",
"@vuepress/plugin-sitemap": "^2.0.0-rc.66",
"@vuepress/theme-default": "2.0.0-rc.66",
"@vuepress/utils": "2.0.0-rc.19",
"dayjs": "^1.11.13",
"markdown-it-abbr": "^2.0.0",
"markdown-it-footnote": "^4.0.0",
"mermaid": "^11.4.1",
"sass-embedded": "^1.83.0",
"vuepress": "2.0.0-rc.19"
},
"dependencies": {
"katex": "^0.16.18",
"markdown-it-texmath": "^1.0.0"
}
}