You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
956 B
40 lines
956 B
{
|
|
"name": "quan",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@kangc/v-md-editor": "^2.3.18",
|
|
"apexcharts": "^4.5.0",
|
|
"axios": "^1.8.1",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.9.5",
|
|
"filepond": "^4.32.7",
|
|
"gsap": "^3.12.7",
|
|
"highlight.js": "^11.11.1",
|
|
"katex": "^0.16.21",
|
|
"lucide-vue-next": "^0.483.0",
|
|
"markdown-it-katex": "^2.0.3",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"markdown-it-toc-done-right": "^4.2.0",
|
|
"quan": "file:",
|
|
"vue": "^3.5.13",
|
|
"vue-filepond": "^7.0.4",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-apexcharts": "^1.8.0",
|
|
"vue3-markdown-it": "^1.0.10",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"sass-embedded": "^1.85.0",
|
|
"vite": "^6.1.0",
|
|
"vite-plugin-vue-devtools": "^7.7.2"
|
|
}
|
|
}
|