1 Star 0 Fork 10

SyncGithub/OAuthApp

forked from uncle wang/OAuthApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
uncle wang 提交于 2022-09-20 14:58 +08:00 . 1,开发文档更新
{
"name": "oauthapp",
"version": "1.0.0",
"description": "{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "index.js",
"scripts": {
"UpdateAppDbMigration": "dotnet ef migrations add 2022090920UpdateAppDbMigration -c AppDbContext -o Data/AppMigrations",
"UpdateTenantDbMigration": "dotnet ef migrations add 2022071301UpdateTenantDbMigration -c TenantDbContext -o Tenant/Migrations"
},
"repository": {
"type": "git",
"url": "https://gitee.com/seven1986/OAuthApp.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tabler/core": "^1.0.0-beta8",
"jquery": "^3.6.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/sync-github/OAuthApp.git
git@gitee.com:sync-github/OAuthApp.git
sync-github
OAuthApp
OAuthApp
master

搜索帮助