mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "tmagic-playground",
|
|
"version": "1.5.5",
|
|
"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.3.1",
|
|
"@tmagic/core": "1.5.5",
|
|
"@tmagic/editor": "1.5.5",
|
|
"@tmagic/element-plus-adapter": "1.5.5",
|
|
"@tmagic/tmagic-form-runtime": "1.1.3",
|
|
"element-plus": "^2.9.0",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor": "^0.48.0",
|
|
"serialize-javascript": "^6.0.0",
|
|
"vue": "^3.5.12",
|
|
"vue-router": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/node": "^18.19.0",
|
|
"@types/serialize-javascript": "^5.0.1",
|
|
"@vitejs/plugin-legacy": "^6.0.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
"@vue/compiler-sfc": "^3.5.12",
|
|
"sass": "^1.83.0",
|
|
"terser": "^5.31.6",
|
|
"typescript": "^5.5.4",
|
|
"unplugin-auto-import": "^0.12.0",
|
|
"unplugin-vue-components": "^0.22.11",
|
|
"vite": "^6.0.3"
|
|
}
|
|
}
|