69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "yyladminweb",
|
|
"version": "4.0.0",
|
|
"description": "Minimalist background management system based on ThinkPHP and Vue",
|
|
"keywords": [
|
|
"yylAdmin",
|
|
"yylAdminWeb"
|
|
],
|
|
"author": "https://github.com/skyselang/",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite serve --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"build:stage": "vite build --mode staging",
|
|
"preview:prod": "vite preview --mode production",
|
|
"preview:stage": "vite preview --mode staging",
|
|
"lint": "eslint --ext .js,.cjs,.vue ./src",
|
|
"format": "prettier --write \"**/*.{js,cjs,json,css,less,scss,vue,html,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vueuse/core": "^11.2.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "5.1.10",
|
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
"axios": "^1.7.7",
|
|
"crypto-js": "^4.2.0",
|
|
"default-passive-events": "^2.0.0",
|
|
"echarts": "^5.5.1",
|
|
"element-plus": "^2.8.7",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.3.0",
|
|
"pinia": "^2.2.6",
|
|
"terser": "^5.36.0",
|
|
"vue": "^3.5.12",
|
|
"vue-i18n": "^9.14.1",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.30.0",
|
|
"fast-glob": "^3.3.2",
|
|
"prettier": "^2.8.8",
|
|
"sass": "~1.79.6",
|
|
"unocss": "^0.58.9",
|
|
"unplugin-auto-import": "^0.15.3",
|
|
"unplugin-icons": "^0.16.6",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-svg-icons": "^2.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/skyselang/yylAdminWeb.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitee.com/skyselang/yylAdminWeb/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.18.0",
|
|
"npm": ">=8.18.0"
|
|
}
|
|
}
|