Files
CSPostgraduate-408/package.json
Kim Yang a766be250b update web
2020-08-16 21:43:54 +08:00

17 lines
296 B
JSON

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