修复打包

This commit is contained in:
Chengliang 2023-03-21 11:45:44 +08:00
parent 1f271494e6
commit 7f806349c5
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules
.idea
.vscode
.package.json

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"dependencies": {
"baidu-template-pro": "^1.0.0",
"lodash": "^4.17.21",
"yargs": "^15.0.2"
}
}