mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-28 13:00:00 +08:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "runtime-vue",
|
|
"version": "1.6.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"tmagic": "tmagic entry",
|
|
"dev": "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/stage": "1.6.0",
|
|
"@tmagic/vue-runtime-help": "^1.2.0",
|
|
"axios": "^1.11.0",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tmagic/cli": "1.6.0",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^24.0.10",
|
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.0",
|
|
"@vue/compiler-sfc": "catalog:",
|
|
"fs-extra": "^11.3.1",
|
|
"minimist": "^1.2.8",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "4.44.1",
|
|
"rollup-plugin-external-globals": "^0.13.0",
|
|
"sass": "^1.91.0",
|
|
"terser": "^5.43.1",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|