1 Star 0 Fork 0

sailorj-golang/flygoose-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"scripts": {
"local": "cross-env BASE_URL=http://localhost:29090 nuxi dev",
"dev": "cross-env BASE_URL=https://test-blog.helloworld.net nuxi dev",
"build": "cross-env BASE_URL=https://flygoose-blog.helloworld.net nuxi build",
"build_test": "cross-env BASE_URL=https://test-blog.helloworld.net nuxi build",
"start": "node .output/server/index.mjs",
"allupdate": "yarn upgrade-interactive",
"lint": "eslint --fix --ext .ts,.js,.vue --ignore-path .gitignore .",
"preinstall": "npx only-allow yarn",
"prepare": "husky install",
"commit": "cz"
},
"devDependencies": {
"@nuxt/content": "^2.6.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@types/crypto-js": "^4.1.1",
"@types/marked": "^4.0.3",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vue/eslint-config-standard": "^7.0.0",
"autoprefixer": "10.4.7",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"crypto-js": "^3.3.0",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.3.4",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.1",
"husky": "^8.0.0",
"marked": "^0.7.0",
"nuxt": "^3.4.3",
"postcss-custom-properties": "12.1.7",
"qs": "^6.9.0",
"unplugin-vue-components": "^0.19.6",
"vite-plugin-prismjs": "^0.0.8"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@element-plus/nuxt": "^1.0.5",
"@kangc/v-md-editor": "next",
"@pinia/nuxt": "^0.4.10",
"ant-design-vue": "^3.2.7",
"dayjs": "^1.11.7",
"h3": "^0.7.8",
"less": "^4.1.3",
"md-editor-v3": "^4.0.1",
"only-allow": "^1.1.0",
"pinia": "2.0.14",
"pm2": "^5.3.0",
"prettier": "^2.6.2",
"typescript": "^4.7.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sailorj-golang/flygoose-blog.git
git@gitee.com:sailorj-golang/flygoose-blog.git
sailorj-golang
flygoose-blog
flygoose-blog
main

搜索帮助