You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.3 KiB
76 lines
2.3 KiB
{
|
|
"name": "luen-mei-intelligence-energy-ms",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite serve --mode development",
|
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit",
|
|
"build:stage": "vite build --mode staging",
|
|
"serve": "vite preview",
|
|
"lint": "eslint src/**/*.{ts,js,vue} --fix",
|
|
"prepare": "husky install",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@types/mockjs": "^1.0.7",
|
|
"@vueuse/core": "^9.1.1",
|
|
"@wangeditor/editor": "^5.0.0",
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.3.4",
|
|
"can-autoplay": "^3.0.2",
|
|
"crypto-js": "^4.2.0",
|
|
"echarts": "^5.2.2",
|
|
"element-plus": "^2.2.32",
|
|
"mitt": "^3.0.1",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.0",
|
|
"pinia": "^2.0.12",
|
|
"screenfull": "^6.0.2",
|
|
"swiper": "^10.2.0",
|
|
"terser": "^5.17.6",
|
|
"vue": "^3.2.45",
|
|
"vue-i18n": "^9.1.9",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-seamless-scroll": "^2.0.1",
|
|
"vxe-table": "^4.5.6",
|
|
"xe-utils": "^3.5.12",
|
|
"xgplayer": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.2.3",
|
|
"@commitlint/config-conventional": "^16.2.1",
|
|
"@iconify-json/ep": "^1.1.8",
|
|
"@types/crypto-js": "^4.2.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
"@typescript-eslint/parser": "^5.19.0",
|
|
"@vicons/antd": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vicons/tabler": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"fast-glob": "^3.2.11",
|
|
"husky": "^7.0.4",
|
|
"naive-ui": "^2.34.4",
|
|
"postcss": "^8.4.20",
|
|
"prettier": "^2.6.2",
|
|
"sass": "^1.53.0",
|
|
"typescript": "^4.7.4",
|
|
"unplugin-auto-import": "^0.13.0",
|
|
"unplugin-icons": "^0.15.1",
|
|
"unplugin-vue-components": "^0.23.0",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-eslint-parser": "^9.1.0",
|
|
"vue-tsc": "^0.35.0"
|
|
},
|
|
"repository": "https://gitee.com/fuguobin/vue-vite-project-admin.git",
|
|
"author": "Daniel"
|
|
}
|
|
|