mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-17 10:35:11 +08:00
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"name": "@tmagic/ui-react",
|
|
"version": "1.0.0-beta.16",
|
|
"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/schema": "^1.0.0-beta.16",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"typescript": "^4.3.4"
|
|
}
|
|
}
|