1 Star 0 Fork 2

jin_Cao/nuxt3-element-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
刘琦 提交于 2024-07-30 08:54 . ✨ feat: 初始化
{
"name": "vhealth-web",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev --dotenv .env.development --exec",
"build": "nuxt build --dotenv .env.development --exec",
"build:pro": "nuxt build --analyze --dotenv .env.production --exec",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue,.ts --ignore-path .gitignore .",
"lint:style": "stylelint src/**/*.{css,scss,vue} --cache --fix",
"pre-commit": "lint-staged"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@pinia/nuxt": "^0.5.1",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"echarts": "^5.5.0",
"moment": "^2.30.1",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-echarts": "^6.7.1",
"vue-router": "^4.3.0",
"vue-verify-code": "^1.0.5"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.9",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/node": "^20.12.11",
"@unocss/nuxt": "^0.60.3",
"element-plus": "^2.7.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"path-browserify": "^1.0.1",
"postcss": "^8.4.38",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"sass": "^1.77.1",
"sass-loader": "^14.2.1",
"stylelint": "^16.5.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "1"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": []
},
"engines": {
"node": ">=18.12.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/czp1987/nuxt3-element-template.git
git@gitee.com:czp1987/nuxt3-element-template.git
czp1987
nuxt3-element-template
nuxt3-element-template
master

搜索帮助