anchor/docs/package.json

25 lines
557 B
JSON
Raw Normal View History

2021-01-02 16:24:35 -08:00
{
"name": "anchor",
"version": "0.0.1",
"description": "",
"main": "index.js",
"authors": {
"name": "",
"email": ""
},
"repository": "/anchor",
2021-01-02 18:45:51 -08:00
"scripts": {
2021-05-10 13:12:20 -07:00
"deploy": "gh-pages -d src/.vuepress/dist",
2021-01-02 16:24:35 -08:00
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@xiaopanda/vuepress-plugin-code-copy": "^1.0.3",
2021-01-02 18:14:38 -08:00
"gh-pages": "^3.1.0",
2021-01-02 18:45:51 -08:00
"vuepress": "^1.5.3",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"
2021-01-02 16:24:35 -08:00
}
}