| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "name": "qs-system-manage-aps",
- "private": false,
- "version": "1.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "build:test": "vite build --mode test",
- "lint:eslint": "eslint src/**/*.{vue,ts,js} --fix",
- "lint:stylelint": "stylelint src/**/*.{css,vue,scss} --fix",
- "preview": "vite preview"
- },
- "dependencies": {
- "@antv/g6": "^4.8.23",
- "@vueuse/core": "^10.3.0",
- "axios": "^1.4.0",
- "dayjs": "^1.11.10",
- "echarts": "^5.4.3",
- "element-plus": "2.6.1",
- "insert-css": "^2.0.0",
- "iscroll": "^5.2.0",
- "jsencrypt": "^3.3.2",
- "lodash-es": "^4.17.21",
- "mddir": "^1.1.1",
- "mitt": "^3.0.1",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.6",
- "pinia-plugin-persistedstate": "^3.2.0",
- "sortablejs": "^1.15.2",
- "vue": "^3.3.4",
- "vue-i18n": "9.3.0-beta.26",
- "vue-router": "^4.2.4",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@iconify-json/ep": "^1.1.12",
- "@types/crypto-js": "^4.1.1",
- "@types/gulp": "^4.0.17",
- "@types/lodash": "^4.14.197",
- "@types/lodash-es": "^4.17.12",
- "@types/node": "^20.9.0",
- "@types/nprogress": "^0.2.0",
- "@types/qs": "^6.9.11",
- "@types/sortablejs": "^1.15.8",
- "@types/vue-i18n": "^7.0.0",
- "@typescript-eslint/eslint-plugin": "^6.4.0",
- "@typescript-eslint/parser": "^6.4.0",
- "@vitejs/plugin-basic-ssl": "^1.0.2",
- "@vitejs/plugin-vue": "^4.2.3",
- "chalk": "^5.3.0",
- "consola": "^3.2.3",
- "cz-git": "^1.7.1",
- "escape-html": "^1.0.3",
- "eslint": "^8.47.0",
- "eslint-config-prettier": "^9.0.0",
- "eslint-define-config": "^1.23.0",
- "eslint-plugin-prettier": "^5.0.0",
- "eslint-plugin-vue": "^9.17.0",
- "lint-staged": "^14.0.0",
- "markdown-it": "^13.0.2",
- "markdown-it-container": "^3.0.0",
- "normalize.css": "^8.0.1",
- "postcss-html": "^1.5.0",
- "postcss-scss": "^4.0.7",
- "prettier": "^3.0.2",
- "prismjs": "^1.29.0",
- "qs": "^6.11.2",
- "replace": "^1.2.2",
- "sass": "^1.66.0",
- "sass-loader": "^13.3.2",
- "standard-version": "^9.5.0",
- "stylelint": "^15.10.2",
- "stylelint-config-html": "^1.1.0",
- "stylelint-config-recess-order": "^4.3.0",
- "stylelint-config-recommended-vue": "1.5.0",
- "stylelint-config-standard": "^34.0.0",
- "stylelint-prettier": "^4.0.2",
- "stylelint-scss": "^5.1.0",
- "typescript": "^5.0.2",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-icons": "^0.16.5",
- "unplugin-vue-components": "^0.25.1",
- "unplugin-vue-define-options": "^1.3.17",
- "vite": "^4.4.5",
- "vite-auto-import-resolvers": "^3.1.0",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-dts": "^3.6.3",
- "vite-plugin-inspect": "^0.8.1",
- "vite-plugin-md": "^0.21.5",
- "vue-eslint-parser": "^9.3.1",
- "vue-tsc": "^1.8.5"
- },
- "lint-staged": {
- "*.{js,jsx,ts,tsx,vue}": [
- "eslint --fix",
- "prettier --write"
- ],
- "**/*.{css,less,scss,vue}": [
- "stylelint --fix"
- ]
- },
- "standard-version": {
- "scripts": {
- "postchangelog": "replace 'https://qszr.coding.net/p/aps/d/as-system-manage/git/issues/' 'https://qszr.coding.net/p/aps/bug-tracking/issues/' CHANGELOG.md"
- }
- },
- "repository": {
- "type": "git",
- "url": "https://qszr.coding.net/p/aps/d/as-system-manage/git"
- },
- "volta": {
- "node": "16.20.2"
- },
- "browserslist": [
- "> 1%",
- "maintained node versions",
- "not dead"
- ]
- }
|