39 lines
1013 B
JSON
39 lines
1013 B
JSON
{
|
|
"name": "my-vue-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@rangermauve/fetch-event-source": "^1.0.3",
|
|
"@traptitech/markdown-it-katex": "^3.6.0",
|
|
"axios": "^1.7.2",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-vue": "^2.23.1",
|
|
"element-plus": "^2.7.6",
|
|
"highlight.js": "^11.10.0",
|
|
"jquery": "^3.7.1",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-katex": "^2.0.3",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"vue": "^3.5.11",
|
|
"vue-demi": "^0.14.10",
|
|
"vue-router": "^4.4.0",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"less": "^4.2.0",
|
|
"sass": "^1.79.4",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"unplugin-icons": "^0.19.0",
|
|
"unplugin-vue-components": "^0.27.2",
|
|
"vite": "^5.3.1"
|
|
}
|
|
} |