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
|
{
"name": "yuescript",
"version": "0.0.1",
"description": "Documentation",
"main": "index.js",
"authors": {
"name": "Li Jin",
"email": "dragon-fly@qq.com"
},
"repository": "https://github.com/pigpigyyy/Yuescript/doc",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"vuepress": "^1.3.1"
},
"dependencies": {
"vue-js-modal": "^2.0.1",
"vue-prism-editor": "^1.2.2"
}
}
|