tmagic-editor/runtime/react/package.json
2025-08-27 19:26:01 +08:00

41 lines
1.1 KiB
JSON

{
"name": "runtime-react",
"version": "1.6.0",
"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",
"build:libs": "node scripts/build.mjs --type=res",
"build:page": "node scripts/build.mjs --type=page",
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.6.0",
"@tmagic/react-runtime-help": "0.2.0",
"@tmagic/stage": "1.6.0",
"axios": "^1.11.0",
"qrcode": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.6.0",
"@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"
}
}