12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "name": "vue-next-admin",
- "version": "2.4.21",
- "description": "vue3 vite next admin template",
- "author": "lyt_20201208",
- "license": "MIT",
- "scripts": {
- "dev": "vite --force --mode development",
- "dev:workerman": "vite --force --mode workerman",
- "build": "vite build",
- "build:test": "set NODE_ENV=test && vite build --mode test ",
- "build:test-on-server": "set NODE_ENV=test && vite build --mode test ",
- "build:company": "set NODE_ENV=company && vite build --mode company ",
- "build:customer": "set NODE_ENV=customer && vite build --mode customer ",
- "build:release": "set NODE_ENV=release && vite build --mode release ",
- "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "await-to-js": "^3.0.0",
- "axios": "^1.4.0",
- "countup.js": "^2.6.2",
- "cropperjs": "^1.5.13",
- "echarts": "^5.4.2",
- "echarts-gl": "^2.0.9",
- "echarts-wordcloud": "^2.1.0",
- "element-plus": "^2.3.7",
- "js-cookie": "^3.0.5",
- "js-md5": "^0.7.3",
- "js-table2excel": "^1.1.2",
- "jsplumb": "^2.15.6",
- "lodash": "^4.17.21",
- "mitt": "^3.0.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.4",
- "print-js": "^1.6.0",
- "qrcodejs2-fixes": "^0.0.2",
- "qs": "^6.11.2",
- "screenfull": "^6.0.2",
- "sortablejs": "^1.15.0",
- "splitpanes": "^3.1.5",
- "vue": "^3.3.4",
- "vue-clipboard3": "^2.0.0",
- "vue-grid-layout": "3.0.0-beta1",
- "vue-i18n": "^9.2.2",
- "vue-router": "^4.2.2",
- "vue-vuecmf-dialog": "^1.4.8"
- },
- "devDependencies": {
- "@types/lodash": "^4.14.195",
- "@types/node": "^18.16.18",
- "@types/nprogress": "^0.2.0",
- "@types/sortablejs": "^1.15.1",
- "@typescript-eslint/eslint-plugin": "^5.60.1",
- "@typescript-eslint/parser": "^5.60.1",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vitejs/plugin-vue-jsx": "^3.0.1",
- "@vue/compiler-sfc": "^3.3.4",
- "prettier": "^2.8.8",
- "sass": "^1.63.6",
- "typescript": "^4.9.5",
- "vite": "^4.3.9",
- "vite-plugin-vue-setup-extend": "^0.4.0",
- "vue-eslint-parser": "^9.3.1"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ],
- "bugs": {
- "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
- },
- "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": "https://gitee.com/lyt-top/vue-next-admin.git"
- }
- }
|