-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 852 Bytes
/
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
{
"name": "vuepress-mermaid",
"version": "2.0.1-beta.1",
"description": "",
"main": "lib/node/index.js",
"scripts": {
"build:tsc": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{css,svg,html}\" lib"
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.9",
"@vuepress/client": "2.0.0-beta.49",
"@vuepress/core": "2.0.0-beta.49",
"@vuepress/plugin-pwa": "2.0.0-beta.49",
"@vuepress/shared": "2.0.0-beta.49",
"@vuepress/utils": "2.0.0-beta.49",
"cpx2": "^4.2.0",
"mermaid": "^9.1.3",
"puppeteer": "^15.5.0",
"rimraf": "^3.0.2",
"svgo": "^2.8.0",
"sync-rpc": "^1.3.6",
"typescript": "^4.7.4",
"vue": "^3.2.37",
"vuepress": "next"
},
"types": "lib/node/index.d.ts",
"author": "mcs",
"license": "MIT"
}