|
- {
- "name": "vue-pro",
- "version": "1.7.6",
- "description": "A Vue.js project",
- "author": "damon05 <damon05@163.com>",
- "private": true,
- "scripts": {
- "dev": "vite --force",
- "build": "vite build && node vite-plugin-copy-dirs.js",
- "clean": "rimraf node_modules",
- "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
- },
- "dependencies": {
- "axios": "^1.1.3",
- "bootstrap": "^3.3.1",
- "clamp": "^1.0.1",
- "clean-webpack-plugin": "^0.1.18",
- "echarts": "^4.1.0",
- "element-ui": "2.15.6",
- "filemanager-webpack-plugin": "^2.0.5",
- "increase-memory-limit": "^1.0.7",
- "isomorphic-fetch": "^2.2.1",
- "kr-print-designer": "^1.0.5",
- "lodash.throttle": "^4.1.1",
- "mathjs": "^14.0.0",
- "moment": "^2.22.2",
- "popper.js": "^1.14.1",
- "promise-polyfill": "^8.1.0",
- "q": "^1.5.1",
- "rollup-plugin-vue": "^4.7.2",
- "screenfull": "^3.0.2",
- "tinycolor2": "^1.4.1",
- "vue": "^2.6.2",
- "vue-baidu-map": "^0.21.11",
- "vue-calendar-component": "^2.8.2",
- "vue-clipboard2": "^0.3.0",
- "vue-cropper": "^0.4.6",
- "vue-router": "^3.0.1",
- "vue-ueditor-wrap": "^2.1.2",
- "vuex": "^3.0.1"
- },
- "devDependencies": {
- "@vitejs/plugin-vue2": "^2.3.1",
- "cross-env": "^7.0.3",
- "fs-extra": "^11.2.0",
- "rimraf": "^3.0.2",
- "rollup-plugin-gzip": "^4.0.0",
- "rollup-plugin-inject": "^3.0.2",
- "sass": "^1.56.1",
- "sass-loader": "^13.2.0",
- "vite": "^5.3.5",
- "vite-plugin-html": "^3.2.2",
- "vue-runtime-helpers": "^1.1.2",
- "vue-template-compiler": "^2.5.2"
- },
- "engines": {
- "node": ">= 6.0.0",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ]
- }
|