1 Star 0 Fork 30

Guorg/BuildAdminNuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
妙码生花 提交于 2023-06-18 22:48 . feat:发行为 v1.1.7
{
"name": "build-admin-nuxt",
"version": "1.1.7",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.jsx,.ts,.vue ./",
"lint-fix": "eslint --ext .js,.jsx,.ts,.vue ./ --fix",
"format": "npx prettier --write ."
},
"dependencies": {
"@element-plus/icons-vue": "2.1.0",
"@element-plus/nuxt": "1.0.4",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.8",
"@unocss/nuxt": "^0.51.4",
"@vueuse/nuxt": "^9.9.0",
"element-plus": "2.3.3",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"nuxt": "^3.4.1",
"nuxt-icons": "^3.1.0",
"vue-i18n": "~9.2.2",
"echarts": "~5.4.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"prettier": "^2.8.7",
"sass": "^1.62.0",
"typescript": "^5.0.4",
"vue-eslint-parser": "^9.1.1"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack",
"vite",
"vue",
"pinia"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/grgjava/build-admin-nuxt.git
[email protected]:grgjava/build-admin-nuxt.git
grgjava
build-admin-nuxt
BuildAdminNuxt
master

搜索帮助