mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-02-15 10:54:24 +08:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "geekai-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@better-scroll/core": "^2.5.1",
|
|
"@better-scroll/mouse-wheel": "^2.5.1",
|
|
"@better-scroll/observe-dom": "^2.5.1",
|
|
"@better-scroll/pull-up": "^2.5.1",
|
|
"@better-scroll/scroll-bar": "^2.5.1",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^0.27.2",
|
|
"clipboard": "^2.0.11",
|
|
"compressorjs": "^1.2.1",
|
|
"core-js": "^3.8.3",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "^2.4.0",
|
|
"good-storage": "^1.1.1",
|
|
"highlight.js": "^11.7.0",
|
|
"json-bigint": "^1.0.0",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-emoji": "^2.0.0",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"marked": "^15.0.11",
|
|
"markmap-common": "^0.16.0",
|
|
"markmap-lib": "^0.16.1",
|
|
"markmap-toolbar": "^0.17.0",
|
|
"markmap-view": "^0.16.0",
|
|
"md-editor-v3": "^2.2.1",
|
|
"memfs": "^4.9.3",
|
|
"pinia": "^2.1.4",
|
|
"qrcode": "^1.5.3",
|
|
"qs": "^6.11.1",
|
|
"sortablejs": "^1.15.0",
|
|
"three": "^0.128.0",
|
|
"vant": "^4.5.0",
|
|
"vue": "^3.2.13",
|
|
"vue-router": "^4.0.15",
|
|
"unplugin-auto-import": "^0.18.5",
|
|
"vue-waterfall-plugin-next": "^2.6.5"
|
|
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"stylus": "^0.58.1",
|
|
"stylus-loader": "^7.0.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|