Sign in

简柏林 / thingskit-app · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-app
  • package.json
  • feat:新增第三方登录和账号绑定功能,refractor:修改意见反馈样式,fix:DEFECT-346去除通知筛选输入框
    2a3c5288
    fengtao authored
    2022-04-24 17:59:52 +0800  
    Browse Files »
package.json 357 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
	"name": "thingskit-app",
	"version": "1.0.0",
	"description": "### 项目结构",
	"main": "main.js",
	"scripts": {},
	"repository": {
		"type": "git",
		"url": "http://git.yuntengiot.com/huang/thingskit-app.git"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"crypto": "^1.0.1",
		"moment": "^2.29.2"
	}
}