gerson
2024-11-10 bd2e52e18c42e52d8b3767cc4742f7adb77df24a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
    "name": "phm",
    "version": "2.4.31",
    "description": "vue3 vite next admin template",
    "author": "lyt_20201208",
    "license": "MIT",
    "scripts": {
        "hmr": "node ./scripts/utils/hmr.js",
        "create": "node ./scripts/utils/create.js",
        "use": "node ./scripts/use.js ch",
        "dev": "node ./scripts/dev.js ch",
        "build": "node ./scripts/build.js ch",
        "deploy": "node ./scripts/deploy.js ch",
        "publish": "node ./scripts/publish.js ch",
        "use:pro": "node ./scripts/use.js ch:pro",
        "dev:pro": "node ./scripts/dev.js ch:pro",
        "deploy:pro": "node ./scripts/deploy.js ch:pro",
        "publish:pro": "node ./scripts/publish.js ch:pro",
        "merge":"node ./scripts/merge.js",
        "preview": "vite preview",
        "vite:dev": "vite",
        "vite:build": "vite build",
        "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
        "fix-memory-limit": "cross-env LIMIT=8048 increase-memory-limit"
    },
    "dependencies": {
        "@amap/amap-jsapi-loader": "^1.0.1",
        "@amap/amap-jsapi-types": "^0.0.15",
        "@element-plus/icons-vue": "^2.1.0",
        "@icon-park/vue-next": "^1.4.2",
        "@iframe-resizer/vue": "^5.1.5",
        "@tailwindcss/typography": "^0.5.9",
        "@types/three": "^0.164.1",
        "@vue-office/pdf": "^1.5.3",
        "@vueuse/core": "^11.0.1",
        "@wangeditor/editor": "^5.1.23",
        "@wangeditor/editor-for-vue": "^5.1.12",
        "amis": "^3.2.0",
        "axios": "^1.7.7",
        "bimfacesdkloader": "^0.1.0",
        "countup.js": "^2.5.0",
        "cropperjs": "^1.5.13",
        "crypto-js": "^4.1.1",
        "deepmerge": "^4.3.1",
        "echarts": "^5.4.1",
        "echarts-gl": "^2.0.9",
        "echarts-liquidfill": "^3.1.0",
        "echarts-wordcloud": "^2.1.0",
        "element-plus": "^2.2.36",
        "file-saver": "^2.0.5",
        "highlight.js": "^11.7.0",
        "html2canvas": "^1.4.1",
        "jquery": "^3.7.1",
        "js-cookie": "^3.0.1",
        "js-table2excel": "^1.0.3",
        "json-bigint": "^1.0.0",
        "jsplumb": "^2.15.6",
        "markdown-it": "^13.0.1",
        "mitt": "^3.0.0",
        "moment": "^2.29.4",
        "nprogress": "^0.2.0",
        "pinia": "^2.0.33",
        "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",
        "swiper": "^7.4.1",
        "textarea-caret": "^3.1.0",
        "three": "^0.164.1",
        "uuid": "^10.0.0",
        "vue": "^3.4.15",
        "vue-clipboard3": "^2.0.0",
        "vue-file-toolbar-menu": "^2.2.0",
        "vue-grid-layout": "^3.0.0-beta1",
        "vue-i18n": "^9.2.2",
        "vue-router": "^4.1.6",
        "xlsx": "^0.18.5"
 
    },
    "devDependencies": {
        "code-inspector-plugin": "^0.17.7",
        "@types/node": "^18.15.0",
        "@types/nprogress": "^0.2.0",
        "@types/sortablejs": "^1.15.0",
        "@typescript-eslint/eslint-plugin": "^5.54.1",
        "@typescript-eslint/parser": "^5.54.1",
        "@vitejs/plugin-vue": "^5.0.4",
        "@vue/compiler-sfc": "^3.4.15",
        "autoprefixer": "^10.4.19",
        "eslint": "^8.35.0",
        "eslint-plugin-vue": "^9.9.0",
        "postcss": "^8.4.38",
        "prettier": "^2.8.4",
        "sass": "^1.58.3",
        "tailwindcss": "^3.4.3",
        "typescript": "^4.9.5",
        "vite": "^5.1.6",
        "vite-plugin-cdn-import": "^0.3.5",
        "vite-plugin-compression": "^0.5.1",
        "vite-plugin-vue-setup-extend-plus": "^0.1.0",
        "vue-eslint-parser": "^9.1.0",
        "yw-deploy-cli": "^1.1.0"
 
    },
    "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"
    }
}