mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-27 20:59:20 +08:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "tmagic-playground",
|
|
"version": "1.3.0-alpha.8",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean:top": "rimraf dist",
|
|
"dev": "vite --mode vue3",
|
|
"dev:vue2": "vite --mode vue2",
|
|
"dev:react": "vite --mode react",
|
|
"build": "npm run clean:top && node --max_old_space_size=8192 node_modules/vite/bin/vite.js build --mode vue3",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.9",
|
|
"@tmagic/core": "1.3.0-alpha.8",
|
|
"@tmagic/design": "1.3.0-alpha.8",
|
|
"@tmagic/editor": "1.3.0-alpha.8",
|
|
"@tmagic/element-plus-adapter": "1.3.0-alpha.8",
|
|
"@tmagic/form": "1.3.0-alpha.8",
|
|
"@tmagic/schema": "1.3.0-alpha.8",
|
|
"@tmagic/stage": "1.3.0-alpha.8",
|
|
"@tmagic/utils": "1.3.0-alpha.8",
|
|
"element-plus": "^2.2.32",
|
|
"monaco-editor": "^0.39.0",
|
|
"serialize-javascript": "^6.0.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.21.4",
|
|
"@types/node": "^15.12.4",
|
|
"@types/serialize-javascript": "^5.0.1",
|
|
"@vitejs/plugin-legacy": "^4.0.3",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"sass": "^1.35.1",
|
|
"terser": "^5.14.2",
|
|
"typescript": "^5.0.4",
|
|
"unplugin-auto-import": "^0.12.0",
|
|
"unplugin-vue-components": "^0.22.11",
|
|
"vite": "^4.3.8",
|
|
"vue-tsc": "^1.6.5"
|
|
}
|
|
}
|