| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "name": "xy-web",
- "version": "2.1.0-alpha.3",
- "description": "Yusys XiaoYu Front-end Development platform",
- "author": "YUFP <yufp@yusys.com.cn>",
- "license": "MIT",
- "scripts": {
- "dev": "yarn build:theme && vue-cli-service serve --open",
- "dev:ie": "vue-cli-service serve --open",
- "build": "yarn build:theme && vue-cli-service build",
- "build:theme": "gulp",
- "build:prod": "vue-cli-service build --mode production",
- "build:stage": "vue-cli-service build --mode staging",
- "build:report": "vue-cli-service build --report",
- "build:ie": "vue-cli-service build",
- "dev-zx": "yarn build:theme && vue-cli-service serve --port 64535",
- "clean": "npm cache clean -f",
- "preview": "node build/index.js --preview",
- "lint": "eslint --ext .js,.vue src",
- "test:unit": "vue-cli-service test:unit",
- "test:ci": "npm run lint && npm run test:unit",
- "svgo": "svgo -f src/assets/common/icons/svg --config=src/assets/common/icons/svgo.yml"
- },
- "keywords": [
- "yufp",
- "admin",
- "dashboard",
- "boilerplate",
- "admin-template",
- "management-system"
- ],
- "repository": {
- "type": "git",
- "url": "git+http://192.168.254.128/YUFP/xy-web.git"
- },
- "bugs": {
- "url": "http://192.168.254.128/YUFP/xy-web/issues"
- },
- "dependencies": {
- "@babel/polyfill": "^7.6.0",
- "@popperjs/core": "^2.11.8",
- "clipboard": "2.0.4",
- "codemirror": "5.45.0",
- "crypto-js": "^4.1.1",
- "date-range-picker": "^0.3.5",
- "driver.js": "0.9.5",
- "el-table-infinite-scroll": "^2.0.0",
- "file-saver": "2.0.1",
- "fingerprintjs2": "^2.1.0",
- "fuse.js": "3.4.4",
- "html2canvas": "^1.0.0",
- "js-md5": "^0.7.3",
- "jspdf": "^2.3.1",
- "lodash": "^4.17.21",
- "mathjs": "^9.5.0",
- "moment": "^2.26.0",
- "monaco-editor": "0.21.0",
- "nprogress": "0.2.0",
- "path-to-regexp": "2.4.0",
- "quill": "^2.0.3",
- "screenfull": "4.2.0",
- "sortablejs": "^1.14.0",
- "sql-formatter": "^15.3.0",
- "umy-ui": "^1.1.6",
- "vue-i18n": "7.3.2",
- "vue-quill-editor": "^3.0.6",
- "vuedraggable": "^2.24.3",
- "vuex": "3.6.0",
- "vxe-table": "3.8.16",
- "xy-utils": "0.2.7",
- "yuwp-ui": "1.4.16"
- },
- "devDependencies": {
- "@babel/core": "~7.12.0",
- "@babel/preset-env": "~7.12.0",
- "@babel/register": "~7.12.0",
- "@babel/runtime": "~7.12.0",
- "@vue/babel-preset-app": "^5.0.8",
- "@vue/cli-plugin-babel": "5.0.8",
- "@vue/cli-plugin-eslint": "5.0.8",
- "@vue/cli-plugin-unit-jest": "5.0.8",
- "@vue/cli-service": "5.0.8",
- "@vue/test-utils": "2.4.6",
- "@wchbrad/vue-easy-tree": "1.0.12",
- "babel-core": "7.0.0-bridge.0",
- "babel-eslint": "10.0.1",
- "babel-jest": "29.7.0",
- "browserslist": "^4.23.0",
- "caniuse-lite": "^1.0.30001623",
- "chalk": "4.1.2",
- "chokidar": "^3.6.0",
- "connect": "3.7.0",
- "eslint": "^8.57.0",
- "eslint-plugin-html": "^7.1.0",
- "eslint-plugin-vue": "^9.26.0",
- "glob": "^10.4.1",
- "gulp": "4.0.2",
- "gulp-autoprefixer": "^8.0.0",
- "gulp-clean-css": "^4.3.0",
- "gulp-css-wrap": "^0.1.2",
- "gulp-cssmin": "^0.2.0",
- "gulp-nop": "^0.0.3",
- "gulp-sass": "^5.1.0",
- "html-webpack-plugin": "5.6.0",
- "husky": "^8.0.3",
- "jsencrypt": "3.3.2",
- "less": "^4.2.0",
- "less-loader": "^11.1.0",
- "lint-staged": "~13.0.0",
- "mockjs": "1.1.0",
- "path-browserify": "1.0.1",
- "runjs": "^4.4.1",
- "sass": "^1.62.1",
- "sass-loader": "^13.2.2",
- "script-ext-html-webpack-plugin": "2.1.5",
- "script-loader": "0.7.2",
- "serve-static": "^1.15.0",
- "svg-sprite-loader": "6.0.11",
- "svgo": "3.3.2",
- "uglifyjs-webpack-plugin": "2.2.0",
- "vue-template-compiler": "2.6.11"
- },
- "config": {
- "registry": "http://192.168.251.162:8081/repository/yx-npm-mirrors"
- },
- "engines": {
- "node": ">=16",
- "npm": ">= 3.0.0"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not ie <= 8"
- ],
- "resolutions": {
- "**/mockjs/commander": "10.0.1"
- }
- }
|