-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.11 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.11 KB
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
{
"name": "stephaniecodes",
"version": "0.0.1",
"description": "a blog",
"license": "MIT",
"type": "module",
"private": true,
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"@vuepress/plugin-docsearch": "^2.0.0-rc.42",
"@vuepress/plugin-google-tag-manager": "^2.0.0-rc.42",
"@vuepress/plugin-markdown-hint": "^2.0.0-rc.106",
"@vuepress/plugin-markdown-math": "^2.0.0-rc.42",
"@vuepress/plugin-search": "^2.0.0-rc.42",
"@vuepress/plugin-seo": "^2.0.0-rc.42",
"@vuepress/plugin-sitemap": "^2.0.0-rc.42",
"@vuepress/theme-default": "^2.0.0-rc.11",
"mathjax-full": "^3.2.2",
"sass-embedded": "^1.83.0",
"vue": "^3.4.0",
"vuepress": "^2.0.0-rc.7"
},
"dependencies": {
"@mathjax/src": "^4.0.0",
"markdown-it": "^14.1.1",
"markdown-it-emoji": "^3.0.0",
"markdown-it-mathjax3": "^5.2.0",
"mathjax": "^4.0.0",
"schema.org": "^3.1.1"
}
}