mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-18 03:05:11 +08:00
24 lines
621 B
JSON
24 lines
621 B
JSON
{
|
|
"name": "runtime-vue2",
|
|
"version": "1.0.0-beta.16",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "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-beta.16",
|
|
"@tmagic/stage": "^1.0.0-beta.16",
|
|
"@vue/composition-api": "1.0.5",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/events": "^3.0.0",
|
|
"rollup-plugin-external-globals": "^0.6.1",
|
|
"vite-plugin-vue2": "^1.7.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|