mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
28 lines
586 B
JSON
28 lines
586 B
JSON
{
|
|
"name": "@tmagic/ui-react",
|
|
"version": "1.2.0-beta.11",
|
|
"main": "src/index.ts",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"scripts": {
|
|
"react:build": "tsc && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/core": "1.2.0-beta.11",
|
|
"@tmagic/schema": "1.2.0-beta.11",
|
|
"qrcode": "^1.5.0",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|