mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-25 19:59:24 +08:00
29 lines
736 B
JSON
29 lines
736 B
JSON
{
|
|
"name": "runtime-vue2",
|
|
"version": "1.0.0-rc.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:vue2": "npm run build && npm run serve",
|
|
"start": "node scripts/dev.js && vite",
|
|
"build": "node scripts/build.js && vite build",
|
|
"serve": "vite preview --port 8077"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/schema": "^1.0.0-rc.6",
|
|
"@tmagic/stage": "^1.0.0-rc.6",
|
|
"@vue/composition-api": "1.0.5",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/events": "^3.0.0",
|
|
"axios": "^0.27.2",
|
|
"recast": "^0.20.4",
|
|
"rollup": "^2.25.0",
|
|
"rollup-plugin-external-globals": "^0.6.1",
|
|
"sass": "^1.35.1",
|
|
"vite": "^2.3.7",
|
|
"vite-plugin-vue2": "^2.0.1",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|