diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
commit | 5d3b07801456d16dcc2c75dcccd48d508a6b60cc (patch) | |
tree | 2df1a154bf58d93f2475df02afbd15f1a8ba2963 /doc/package.json | |
parent | ea82666506b57d6e905b7f2e5fe78498fe5a7abd (diff) | |
download | yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.gz yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.bz2 yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.zip |
first commit for Yuescript document site.
Diffstat (limited to 'doc/package.json')
-rwxr-xr-x | doc/package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/package.json b/doc/package.json new file mode 100755 index 0000000..d484ef9 --- /dev/null +++ b/doc/package.json | |||
@@ -0,0 +1,25 @@ | |||
1 | { | ||
2 | "name": "Yuescript", | ||
3 | "version": "0.0.1", | ||
4 | "description": "Documentation", | ||
5 | "main": "index.js", | ||
6 | "authors": { | ||
7 | "name": "Li Jin", | ||
8 | "email": "dragon-fly@qq.com" | ||
9 | }, | ||
10 | "repository": "https://github.com/pigpigyyy/Yuescript/doc", | ||
11 | "scripts": { | ||
12 | "dev": "vuepress dev docs", | ||
13 | "build": "vuepress build docs" | ||
14 | }, | ||
15 | "license": "MIT", | ||
16 | "devDependencies": { | ||
17 | "@vuepress/plugin-back-to-top": "^1.3.1", | ||
18 | "@vuepress/plugin-medium-zoom": "^1.3.1", | ||
19 | "vuepress": "^1.3.1" | ||
20 | }, | ||
21 | "dependencies": { | ||
22 | "vue-js-modal": "^2.0.0-rc.6", | ||
23 | "vue-prism-editor": "^1.2.2" | ||
24 | } | ||
25 | } | ||