mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-30 14:23:22 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "runtime-react",
|
|
"version": "1.6.0-beta.6",
|
|
"type": "module",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"tmagic": "tmagic entry",
|
|
"dev:react": "vite --force",
|
|
"serve": "vite preview",
|
|
"build": "rimraf ./dist && node scripts/build.mjs --type=all && npm run build:client",
|
|
"build:libs": "tmagic entry && node scripts/build.mjs --type=res",
|
|
"build:client": "vite build --config ./page/vite.config.ts && vite build --config ./playground/vite.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/core": "1.6.0-beta.6",
|
|
"@tmagic/react-runtime-help": "0.2.0",
|
|
"@tmagic/stage": "1.6.0-beta.6",
|
|
"axios": "^1.11.0",
|
|
"qrcode": "^1.5.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tmagic/cli": "1.6.0-beta.6",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
"@vitejs/plugin-react-refresh": "^1.3.6",
|
|
"fs-extra": "^11.3.1",
|
|
"typescript": "catalog:",
|
|
"terser": "^5.43.1",
|
|
"vite": "catalog:",
|
|
"vite-plugin-commonjs": "^0.10.4"
|
|
}
|
|
}
|