3 Star 0 Fork 0

胡锦琪/新闻毕设

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
胡锦琪 提交于 2023-04-16 17:49 +08:00 . 完成项目
{
"name": "news",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"build:dev": "npm run build -- --mode development",
"build:test": "npm run build -- --mode test",
"build:pro": "npm run build -- --mode production"
},
"dependencies": {
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"postcss-px-to-viewport-8-plugin": "^1.2.2",
"vant": "^4.1.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vue3-cropper": "^0.4.0",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"lib-flexible": "^0.3.2",
"prettier": "^2.8.4",
"sass": "^1.60.0",
"terser": "^5.16.8",
"unplugin-vue-components": "^0.24.1",
"video.js": "^8.0.4",
"vite": "^4.1.4",
"vite-plugin-style-import": "1.4.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hu-jinqi/news-completion.git
[email protected]:hu-jinqi/news-completion.git
hu-jinqi
news-completion
新闻毕设
master

搜索帮助