diff options
Diffstat (limited to 'doc/package.json')
| -rwxr-xr-x | doc/package.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/package.json b/doc/package.json index d179035..421df11 100755 --- a/doc/package.json +++ b/doc/package.json | |||
| @@ -9,17 +9,16 @@ | |||
| 9 | }, | 9 | }, |
| 10 | "repository": "https://github.com/pigpigyyy/Yuescript/doc", | 10 | "repository": "https://github.com/pigpigyyy/Yuescript/doc", |
| 11 | "scripts": { | 11 | "scripts": { |
| 12 | "dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs", | 12 | "dev": "vitepress dev docs", |
| 13 | "build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs" | 13 | "build": "vitepress build docs", |
| 14 | "preview": "vitepress preview docs" | ||
| 14 | }, | 15 | }, |
| 15 | "license": "MIT", | 16 | "license": "MIT", |
| 16 | "devDependencies": { | 17 | "devDependencies": { |
| 17 | "@vuepress/plugin-back-to-top": "^1.3.1", | 18 | "vitepress": "^1.6.4", |
| 18 | "@vuepress/plugin-medium-zoom": "^1.3.1", | 19 | "vue": "^3.4.38" |
| 19 | "vuepress": "^1.3.1" | ||
| 20 | }, | 20 | }, |
| 21 | "dependencies": { | 21 | "dependencies": { |
| 22 | "vue-js-modal": "^2.0.1", | 22 | "prismjs": "^1.29.0" |
| 23 | "vue-prism-editor": "^1.2.2" | ||
| 24 | } | 23 | } |
| 25 | } | 24 | } |
