1 Star 0 Fork 0

panzhiyue/viteblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
panzhiyue 提交于 2023-08-23 15:18 . 修改类型错误
{
"name": "viteblog",
"version": "0.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "vite",
"dev:docs": "concurrently \" npm run md:dev \" \"vuepress dev docs\"",
"dev:all": "concurrently \" npm run dev \" \" npm run dev:docs \"",
"build": "vue-tsc --noEmit && vite build",
"build:docs": "vuepress build docs",
"preview": "vite preview",
"deploy": "node ./scripts/deploy.js"
},
"dependencies": {
"@gis-js/utilsol": "^1.0.5",
"@gis-js/vue2ol": "^1.0.2",
"@gis-js/vue2ol-extend": "^1.0.2",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@panzhiyue/utilscommon": "^1.1.0",
"@purge-icons/generated": "^0.7.0",
"@turf/turf": "^6.5.0",
"@types/node": "^17.0.11",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vueuse/core": "^7.5.4",
"@zxcvbn-ts/core": "^2.0.0",
"ant-design-vue": "^2.2.8",
"axios": "^0.20.0-0",
"clipboard": "^2.0.11",
"codemirror": "^5.65.3",
"dom-to-image": "^2.6.0",
"echarts": "4.9.0",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"ip": "^1.1.5",
"jsencrypt": "^3.2.1",
"json-bigint": "^1.0.0",
"jszip": "^3.8.0",
"lodash-es": "^4.17.21",
"node-xlsx": "^0.21.0",
"ol": "^6.15.1",
"ol-echarts": "^2.0.6",
"pinia": "^2.0.11",
"proj4": "^2.8.0",
"qrcode": "^1.5.0",
"shapefile": "^0.6.6",
"showdown": "^2.1.0",
"tinymce": "^5.10.3",
"ts-node": "^10.4.0",
"vditor": "^3.8.13",
"vite-plugin-windicss": "^1.8.4",
"vue": "^3.2.25",
"vue-excel-xlsx": "^1.2.2",
"vue-json-excel": "^0.3.0",
"vue-json-pretty": "^2.0.6",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/parser": "7.13.12",
"@types/json-bigint": "^1.0.1",
"@types/lodash-es": "^4.17.5",
"@types/qrcode": "^1.4.2",
"@vitejs/plugin-vue": "^2.0.0",
"concurrently": "^7.0.0",
"directory-tree": "^3.2.2",
"less": "^4.1.2",
"node-sass": "^7.0.1",
"sass-loader": "^12.6.0",
"shelljs": "^0.8.5",
"style-loader": "^3.3.1",
"typescript": "^4.4.4",
"unplugin-vue-define-options": "^1.1.1",
"vite": "^2.7.2",
"vite-plugin-theme": "^0.8.1",
"vue-docgen-cli": "^4.45.0",
"vue-tsc": "^0.29.8",
"vuepress": "^2.0.0-beta.43",
"vuepress-plugin-demo-container-vue3": "^1.0.0",
"windicss": "^3.5.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/panzhiyue/viteblog.git
[email protected]:panzhiyue/viteblog.git
panzhiyue
viteblog
viteblog
master

搜索帮助