75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "NewFrameWork2023-WEB",
|
|
"version": "1.2.0",
|
|
"scripts": {
|
|
"dev": "vite serve --mode development",
|
|
"prod": "vue-tsc --noEmit && vite build --mode production",
|
|
"serve": "vite preview",
|
|
"lint": "eslint src/**/*.{ts,js,vue} --fix",
|
|
"prepare": "husky install",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.0.10",
|
|
"@tinymce/tinymce-vue": "^5.1.1",
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@vueuse/core": "^9.1.1",
|
|
"@wangeditor/editor": "^5.0.0",
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
|
"axios": "^1.2.0",
|
|
"better-scroll": "^2.4.2",
|
|
"default-passive-events": "^2.0.0",
|
|
"docx-preview": "^0.3.0",
|
|
"echarts": "^5.2.2",
|
|
"element-plus": "^2.2.27",
|
|
"html2canvas": "^1.4.1",
|
|
"html2pdf.js": "^0.10.1",
|
|
"js-base64": "^3.7.5",
|
|
"js-cookie": "^3.0.1",
|
|
"jsencrypt": "^3.3.2",
|
|
"jspdf": "^2.5.1",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"path-to-regexp": "^6.2.0",
|
|
"pinia": "^2.0.12",
|
|
"screenfull": "^6.0.0",
|
|
"sortablejs": "^1.14.0",
|
|
"tinymce": "^7.0.0",
|
|
"vue": "^3.2.40",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.1.9",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-print-nb": "^0.1.4",
|
|
"vuedraggable": "^4.1.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.2.3",
|
|
"@commitlint/config-conventional": "^16.2.1",
|
|
"@types/node": "^16.11.7",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/path-browserify": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
"@typescript-eslint/parser": "^5.19.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.6.0",
|
|
"fast-glob": "^3.2.11",
|
|
"husky": "^7.0.4",
|
|
"postcss": "^8.4.20",
|
|
"prettier": "^2.6.2",
|
|
"sass": "^1.53.0",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^4.0.3",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^0.35.0"
|
|
},
|
|
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
|
|
"author": "有来开源组织",
|
|
"license": "MIT"
|
|
}
|