Merge branch 'mengzixuan' of http://gitlab.91isoft.com:90/car-test/web into develop
Showing
{ | { "name": "jiaxu.yan", "version": "0.0.1", "description": "中汽研安全检测平台管理系统", "author": "中汽研安全检测平台", "scripts": { "stylelint:fix": "stylelint src/**/*.{html,vue,sass} --fix", "lint:fix": "prettier src/**/* --write", "lint": "eslint src/**/* --ext .js,.vue", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "dev": "vue-cli-service serve", "preview": "node build/index.js --preview", "lint:stage": "lint-staged", "spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", "prepare": "husky install", "commitlint": "commitlint --edit" }, "dependencies": { "@icon-park/vue": "^1.4.2", "@riophae/vue-treeselect": "0.4.0", "apollo-boost": "^0.4.9", "axios": "0.24.0", "clipboard": "2.0.8", "core-js": "3.25.3", "cspell": "^8.1.3", "echarts": "5.4.0", "element-ui": "2.15.13", "file-saver": "2.0.5", "fuse.js": "6.4.3", "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "graphql-tools": "^9.0.1", "highlight.js": "9.18.5", "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", "lodash": "4.17.21", "nprogress": "0.2.0", "quill": "1.3.7", "screenfull": "5.0.2", "sortablejs": "1.10.2", "svg-sprite-loader": "^6.0.11", "vue": "2.6.12", "vue-apollo": "^3.1.2", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", "vue-meta": "2.4.0", "vue-router": "3.4.9", "vuedraggable": "2.24.3", "vuex": "3.6.0" }, "devDependencies": { "@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-service": "4.4.6", "babel-eslint": "10.1.0", "babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-transform-remove-console": "^6.9.4", "chalk": "4.1.0", "commitizen": "^4.0.3", "commitlint": "^8.2.0", "compression-webpack-plugin": "5.0.2", "connect": "3.6.6", "conventional-changelog-cli": "^2.0.28", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "7.2.0", "husky": "^8.0.0", "lint-staged": "^10.5.3", "mockjs": "1.0.1-beta3", "postcss": "^8.4.12", "postcss-html": "^1.3.0", "prettier": "^2.8.8", "prettier-eslint-cli": "^8.0.1", "runjs": "4.4.2", "sass": "1.32.13", "sass-loader": "10.1.1", "script-ext-html-webpack-plugin": "2.1.5", "stylelint": "^14.6.0", "stylelint-config-html": "^1.0.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended": "^7.0.0", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^25.0.0", "stylelint-config-standard-scss": "^4.0.0", "stylelint-order": "^5.0.0", "vue-cli-plugin-commitlint": "~1.0.12", "vue-template-compiler": "2.6.12" }, "browserslist": [ "> 1%", "last 2 versions" ], "config": { "commitizen": { "path": "./node_modules/vue-cli-plugin-commitlint/lib/cz" } }, "engines": { "node": ">=8.9", "npm": ">= 3.0.0" }, "keywords": [ "vue", "admin", "dashboard", "element-ui", "boilerplate", "admin-template", "management-system" ], "license": "MIT", "lint-staged": { "src/**/*.{js,vue}": [ "eslint --fix", "git add" ] }, "repository": { "type": "git", "url": "https://gitee.com/y_project/RuoYi-Vue.git" }} | ||
"name": "jiaxu.yan", | \ No newline at end of file | ||
"version": "0.0.1", | |||
"description": "中汽研安全检测平台管理系统", | |||
"author": "中汽研安全检测平台", | |||
"scripts": { | |||
"stylelint:fix": "stylelint src/**/*.{html,vue,sass} --fix", | |||
"lint:fix": "prettier src/**/* --write", | |||
"lint": "eslint src/**/* --ext .js,.vue", | |||
"build:prod": "vue-cli-service build", | |||
"build:stage": "vue-cli-service build --mode staging", | |||
"dev": "vue-cli-service serve", | |||
"preview": "node build/index.js --preview", | |||
"lint:stage": "lint-staged", | |||
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", | |||
"prepare": "husky install", | |||
"commitlint": "commitlint --edit" | |||
}, | |||
"dependencies": { | |||
"@icon-park/vue": "^1.4.2", | |||
"@riophae/vue-treeselect": "0.4.0", | |||
"apollo-boost": "^0.4.9", | |||
"axios": "0.24.0", | |||
"clipboard": "2.0.8", | |||
"core-js": "3.25.3", | |||
"cspell": "^8.1.3", | |||
"echarts": "5.4.0", | |||
"element-ui": "2.15.13", | |||
"file-saver": "2.0.5", | |||
"fuse.js": "6.4.3", | |||
"graphql": "^16.8.1", | |||
"graphql-tag": "^2.12.6", | |||
"graphql-tools": "^9.0.1", | |||
"highlight.js": "9.18.5", | |||
"js-beautify": "1.13.0", | |||
"js-cookie": "3.0.1", | |||
"jsencrypt": "3.0.0-rc.1", | |||
"lodash": "4.17.21", | |||
"nprogress": "0.2.0", | |||
"quill": "1.3.7", | |||
"screenfull": "5.0.2", | |||
"sortablejs": "1.10.2", | |||
"vue": "2.6.12", | |||
"vue-apollo": "^3.1.2", | |||
"vue-count-to": "1.0.13", | |||
"vue-cropper": "0.5.5", | |||
"vue-meta": "2.4.0", | |||
"vue-router": "3.4.9", | |||
"vuedraggable": "2.24.3", | |||
"vuex": "3.6.0" | |||
}, | |||
"devDependencies": { | |||
"@vue/cli-plugin-babel": "5.0.8", | |||
"@vue/cli-plugin-eslint": "5.0.8", | |||
"@vue/cli-service": "4.4.6", | |||
"babel-eslint": "10.1.0", | |||
"babel-plugin-dynamic-import-node": "2.3.3", | |||
"babel-plugin-transform-remove-console": "^6.9.4", | |||
"chalk": "4.1.0", | |||
"commitizen": "^4.0.3", | |||
"commitlint": "^8.2.0", | |||
"compression-webpack-plugin": "5.0.2", | |||
"connect": "3.6.6", | |||
"conventional-changelog-cli": "^2.0.28", | |||
"eslint-config-prettier": "^9.1.0", | |||
"eslint-plugin-prettier": "^4.2.1", | |||
"eslint-plugin-vue": "7.2.0", | |||
"husky": "^8.0.0", | |||
"lint-staged": "^10.5.3", | |||
"mockjs": "1.0.1-beta3", | |||
"postcss": "^8.4.12", | |||
"postcss-html": "^1.3.0", | |||
"prettier": "^2.8.8", | |||
"prettier-eslint-cli": "^8.0.1", | |||
"runjs": "4.4.2", | |||
"sass": "1.32.13", | |||
"sass-loader": "10.1.1", | |||
"script-ext-html-webpack-plugin": "2.1.5", | |||
"stylelint": "^14.6.0", | |||
"stylelint-config-html": "^1.0.0", | |||
"stylelint-config-prettier": "^9.0.3", | |||
"stylelint-config-recommended": "^7.0.0", | |||
"stylelint-config-recommended-scss": "^7.0.0", | |||
"stylelint-config-recommended-vue": "^1.4.0", | |||
"stylelint-config-standard": "^25.0.0", | |||
"stylelint-config-standard-scss": "^4.0.0", | |||
"stylelint-order": "^5.0.0", | |||
"svg-sprite-loader": "5.1.1", | |||
"vue-cli-plugin-commitlint": "~1.0.12", | |||
"vue-template-compiler": "2.6.12" | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions" | |||
], | |||
"config": { | |||
"commitizen": { | |||
"path": "./node_modules/vue-cli-plugin-commitlint/lib/cz" | |||
} | |||
}, | |||
"engines": { | |||
"node": ">=8.9", | |||
"npm": ">= 3.0.0" | |||
}, | |||
"keywords": [ | |||
"vue", | |||
"admin", | |||
"dashboard", | |||
"element-ui", | |||
"boilerplate", | |||
"admin-template", | |||
"management-system" | |||
], | |||
"license": "MIT", | |||
"lint-staged": { | |||
"src/**/*.{js,vue}": [ | |||
"eslint --fix", | |||
"git add" | |||
] | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://gitee.com/y_project/RuoYi-Vue.git" | |||
} | |||
} | |||
... | ... |
This diff is collapsed.
Please register or sign in to comment