You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
3 years ago
|
{
|
||
|
"name": "FineUI-100-Questions",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"repository": "gitea@git.fanruan.com:dailer/FineUI-100-Questions.git",
|
||
|
"author": "zsmj <zsmj1994@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"docs:dev": "vuepress dev docs",
|
||
|
"docs:build": "vuepress build docs"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"vuepress": "^1.9.7"
|
||
|
}
|
||
|
}
|