加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
CodingGorit 提交于 2023-10-24 16:20 . feat: finish edit and delete blog
{
"name": "zhihu-imitate",
"version": "1.0.0",
"description": "vite + Vue3.2(setup + Compoition API) + TS 知乎专栏仿写",
"readme": "README.md",
"author": {
"name": "Gorit",
"email": "javafullstack2021@163.com",
"url": "https://www.gorit.cn"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"markdown-it": "^13.0.2",
"mitt": "^3.0.1",
"vue": "^3.2.16",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/markdown-it": "^13.0.4",
"@types/node": "^17.0.8",
"@vitejs/plugin-vue": "^1.9.3",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化