新增功能: - js代码格式化/压缩 - html代码格式化 - css代码格式化/压缩 - 保存到桌面 其他修改: - 修改logo - 修复一些样式问题 - 修复一些已知的问题
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "rbl-tools-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && node --max_old_space_size=8192 node_modules/vite/bin/vite.js build --mode development",
|
|
"build:pro": "vue-tsc --noEmit && node --max_old_space_size=8192 node_modules/vite/bin/vite.js build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.3.2",
|
|
"@codemirror/lang-javascript": "^6.2.1",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/language": "^6.9.3",
|
|
"@codemirror/lint": "^6.4.2",
|
|
"@codemirror/search": "^6.5.5",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"@codemirror/view": "^6.22.1",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@kangc/v-md-editor": "^2.3.18",
|
|
"@toast-ui/editor": "^3.2.2",
|
|
"@vueuse/core": "^10.9.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.6.2",
|
|
"colord": "^2.9.3",
|
|
"csso": "^5.0.5",
|
|
"default-passive-events": "^2.0.0",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.4.3",
|
|
"figlet": "^1.7.0",
|
|
"highlight.js": "^11.9.0",
|
|
"html2canvas": "^1.4.1",
|
|
"imorse": "^1.0.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"prettier": "^3.3.2",
|
|
"prismjs": "^1.29.0",
|
|
"qrcode-vue3": "^1.6.8",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^13.3.2",
|
|
"terser": "^5.31.1",
|
|
"ts-md5": "^1.3.1",
|
|
"tui-image-editor": "^3.15.3",
|
|
"uuid": "^9.0.1",
|
|
"v-code-diff": "^1.8.0",
|
|
"vite-plugin-seo-prerender": "^0.5.0",
|
|
"vue": "^3.3.10",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue3-danmaku": "^1.6.0",
|
|
"x-data-spreadsheet": "^1.1.9",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"fast-glob": "^3.3.2",
|
|
"less": "^4.2.0",
|
|
"path": "^0.12.7",
|
|
"pinia": "^2.1.7",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.3.2",
|
|
"vite": "^4.5.1",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-router": "^4.2.5",
|
|
"vue-tsc": "^1.8.24"
|
|
}
|
|
}
|