优化
This commit is contained in:
19
client/web/plugins/com.msgbyte.env.electron/package.json
Normal file
19
client/web/plugins/com.msgbyte.env.electron/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@plugins/com.msgbyte.env.electron",
|
||||
"main": "src/index.tsx",
|
||||
"version": "0.0.0",
|
||||
"description": "Add support for Electron environment in Tailchat",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"sync:declaration": "tailchat declaration github"
|
||||
},
|
||||
"dependencies": {
|
||||
"semver": "^7.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/semver": "^7.5.0",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"react": "18.2.0",
|
||||
"styled-components": "^5.3.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user