1 Star 0 Fork 0

假如猪会飞/vite-ssg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
假如猪会飞 提交于 2023-11-29 16:30 . ud
{
"name": "wisbayar-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"prepare": "husky install",
"lint:style": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,js,tsx}\" --fix"
},
"dependencies": {
"vue": "^3.2.41"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vueuse/head": "^1.0.18",
"eslint": "^8.28.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"stylelint": "^14.15.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.2.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-md": "^0.20.4",
"vite-plugin-pages": "^0.27.1",
"vite-ssg": "^0.22.0",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.9"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": [
"eslint --fix"
],
"**/*.{css,less,scss,vue}": [
"stylelint --fix"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhuyuan1994/vite-ssg.git
git@gitee.com:zhuyuan1994/vite-ssg.git
zhuyuan1994
vite-ssg
vite-ssg
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385