mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
17 lines
296 B
JSON
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"
|
|
}
|
|
}
|