123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "name": "vue-next-admin",
- "version": "2.4.21",
- "description": "vue3 vite next admin template",
- "author": "lyt_20201208",
- "license": "MIT",
- "scripts": {
- "dev": "vite --force",
- "build": "vite build",
- "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@element-plus/icons-vue": "^2.1.0",
- "@types/lz-string": "^1.5.0",
- "@vitejs/plugin-legacy": "^4.0.2",
- "@vueuse/core": "^9.13.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "1.2.1",
- "bignumber.js": "^9.1.1",
- "codemirror": "^5.65.12",
- "codemirror-editor-vue3": "^2.3.0",
- "countup.js": "^2.3.2",
- "cropperjs": "^1.5.13",
- "echarts": "^5.4.2",
- "echarts-gl": "^2.0.9",
- "echarts-wordcloud": "^2.1.0",
- "element-plus": "^2.2.26",
- "file-saver": "^2.0.5",
- "js-cookie": "3.0.1",
- "js-table2excel": "^1.0.3",
- "jsplumb": "^2.15.6",
- "lodash": "^4.17.21",
- "mgmt-component-v3": "^0.0.149",
- "mgmt-helper": "^0.0.101",
- "mitt": "^3.0.0",
- "moment": "^2.29.4",
- "nprogress": "^0.2.0",
- "papaparse": "^5.4.1",
- "pinia": "2.0.28",
- "pinia-plugin-persist": "^1.0.0",
- "print-js": "^1.6.0",
- "qrcodejs2-fixes": "^0.0.2",
- "qs": "^6.11.0",
- "rollup-plugin-esbuild": "^5.0.0",
- "screenfull": "^6.0.2",
- "sortablejs": "^1.15.0",
- "splitpanes": "^3.1.5",
- "v-distpicker": "^2.1.0",
- "vue": "3.3.4",
- "vue-clipboard3": "^2.0.0",
- "vue-grid-layout": "^3.0.0-beta1",
- "vue-i18n": "^9.2.2",
- "vue-router": "^4.1.6",
- "vue3-json-viewer": "^2.2.2",
- "vue3-preview-image": "^1.1.8",
- "wangeditor": "^4.7.15",
- "xlsx": "^0.18.5"
- },
- "devDependencies": {
- "@types/codemirror": "^5.60.7",
- "@types/node": "^18.11.13",
- "@types/nprogress": "^0.2.0",
- "@types/papaparse": "^5.3.7",
- "@types/sortablejs": "^1.15.0",
- "@typescript-eslint/eslint-plugin": "^5.46.0",
- "@typescript-eslint/parser": "^5.46.0",
- "@vitejs/plugin-vue": "^4.0.0",
- "@vue/compiler-sfc": "^3.2.45",
- "eslint": "^8.29.0",
- "eslint-plugin-vue": "^9.8.0",
- "pinia-plugin-persistedstate": "^3.2.1",
- "prettier": "^2.8.1",
- "sass": "^1.53.0",
- "sass-loader": "^8.0.2",
- "terser": "^5.17.1",
- "typescript": "^4.9.4",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-vue-components": "^0.25.1",
- "vite": "^4.0.0",
- "vite-plugin-require-transform": "^1.0.21",
- "vite-plugin-svg-icons": "^2.0.1",
- "vite-plugin-vue-setup-extend": "^0.4.0",
- "vue-eslint-parser": "^9.1.0"
- },
- "browserslist": [
- "chrome 63"
- ],
- "bugs": {
- "url": "https://x"
- },
- "engines": {
- "node": ">=16.0.0",
- "npm": ">= 7.0.0"
- },
- "keywords": [
- "vue",
- "vue3",
- "vuejs/vue-next",
- "element-ui",
- "element-plus",
- "vue-next-admin",
- "next-admin"
- ],
- "repository": {
- "type": "git",
- "url": ""
- }
- }
|