Files
CSPostgraduate-408/package.json
2020-08-16 22:34:16 +08:00

17 lines
302 B
JSON

{
"name": "Vuepress",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "vuepress dev 408Notes",
"build": "vuepress build 408Notes"
},
"devDependencies": {
"vuepress": "^1.5.3"
},
"dependencies": {
"@vuepress/theme-default": "^1.5.3"
}
}