Files
tools-web/package.json
2024-03-26 15:54:10 +08:00

69 lines
1.9 KiB
JSON

{
"name": "rbl-tools-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "vue-tsc && vite build --mode development",
"build:pro": "vue-tsc && vite build --mode production",
"preview": "vite preview",
"preinstall": "node ./scripts/preinstall.js"
},
"dependencies": {
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.9.2",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "^6.5.4",
"@codemirror/state": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.22.0",
"@element-plus/icons-vue": "^2.1.0",
"@kangc/v-md-editor": "^2.3.18",
"@toast-ui/editor": "^3.2.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.2",
"default-passive-events": "^2.0.0",
"echarts": "^5.5.0",
"element-plus": "^2.4.2",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"imorse": "^1.0.0",
"prismjs": "^1.29.0",
"qrcode-vue3": "^1.6.8",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"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.4",
"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.2.3",
"autoprefixer": "^10.4.16",
"fast-glob": "^3.3.2",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"path": "^0.12.7",
"pinia": "^2.1.7",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.5"
}
}