| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "wenshu-platform-frontend",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@codemirror/lang-sql": "^6.10.0",
- "@vue-flow/background": "^1.3.2",
- "@vue-flow/controls": "^1.1.3",
- "@vue-flow/core": "^1.48.2",
- "@vuepic/vue-datepicker": "^12.1.0",
- "@xterm/addon-fit": "^0.11.0",
- "axios": "^1.8.4",
- "codemirror": "^6.0.2",
- "cronstrue": "^3.13.0",
- "marked": "^17.0.5",
- "sql-formatter": "^15.7.2",
- "vue": "^3.5.13",
- "vue-router": "^4.5.0",
- "xterm": "^5.3.0"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^5.2.3",
- "vite": "^6.2.3"
- }
- }
|