package.json 2.6 KB
Newer Older
1
{
2
  "name": "@ibiz-template/next-mob",
3
  "private": true,
4
  "version": "0.0.14",
5 6 7 8 9 10 11 12
  "description": "An Ionic project",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint"
  },
  "dependencies": {
13
    "@ibiz-template-package/vs-tree-ex": "^0.1.2",
14
    "@ibiz-template/mob-theme": "^0.2.12",
15 16 17 18 19 20 21
    "@ibiz-template/mob-vue3-components": "^0.0.16-dev.0",
    "@ibiz-template/core": "^0.6.3",
    "@ibiz-template/model-helper": "^0.6.3",
    "@ibiz-template/runtime": "^0.6.3",
    "@ibiz-template/theme": "^0.6.0",
    "@ibiz-template/vue3-util": "^0.6.3",
    "@ibiz/model-core": "^0.1.14",
22 23 24 25 26 27 28 29 30 31
    "async-validator": "^4.2.5",
    "dayjs": "^1.11.10",
    "echarts": "^5.4.3",
    "ionicons": "^7.2.1",
    "lodash-es": "^4.17.21",
    "pinia": "^2.1.7",
    "qs": "^6.11.2",
    "qx-util": "^0.4.8",
    "ramda": "^0.29.1",
    "vant": "^4.7.2",
32
    "vue": "^3.3.8",
33
    "vue-i18n": "^9.6.5",
34 35 36
    "vue-router": "^4.2.5"
  },
  "devDependencies": {
37 38 39 40 41 42 43 44 45 46
    "@commitlint/cli": "^18.4.1",
    "@commitlint/config-conventional": "^18.4.0",
    "@types/jest": "^29.5.8",
    "@types/lodash-es": "^4.17.11",
    "@types/node": "^20.9.0",
    "@types/qs": "^6.9.10",
    "@types/ramda": "^0.29.8",
    "@types/systemjs": "^6.13.5",
    "@typescript-eslint/eslint-plugin": "^6.11.0",
    "@typescript-eslint/parser": "^6.11.0",
47
    "@vitejs/plugin-legacy": "^4.1.1",
48
    "@vitejs/plugin-vue": "^4.4.1",
49 50 51
    "@vitejs/plugin-vue-jsx": "^3.0.2",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
    "@vue/eslint-config-typescript": "^12.0.0",
52
    "@vue/tsconfig": "^0.5.1",
53
    "cpy": "8.1.2",
54
    "eslint": "^8.53.0",
55 56
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.0.0",
57
    "eslint-plugin-import": "^2.29.0",
58 59
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-unused-imports": "^3.0.0",
60
    "eslint-plugin-vue": "^9.18.1",
61 62
    "husky": "^8.0.3",
    "jsdom": "^22.1.0",
63
    "lint-staged": "^15.1.0",
64 65
    "postcss": "^8.4.31",
    "postcss-scss": "^4.0.9",
66
    "prettier": "^3.1.0",
67
    "rollup-plugin-visualizer": "^5.9.2",
68
    "sass": "^1.69.5",
69 70 71 72 73
    "stylelint": "^15.11.0",
    "stylelint-config-ali": "^1.1.0",
    "stylelint-config-prettier": "^9.0.5",
    "stylelint-config-recess-order": "^4.3.0",
    "stylelint-config-standard": "^34.0.0",
74 75
    "stylelint-config-standard-scss": "^11.1.0",
    "stylelint-scss": "^5.3.1",
76 77 78 79
    "typescript": "^5.2.2",
    "vite": "^4.5.0",
    "vite-plugin-eslint": "^1.8.1",
    "vue-eslint-parser": "^9.3.2",
80
    "vue-tsc": "^1.8.22"
81 82 83 84 85
  },
  "lint-staged": {
    "*.{ts,vue}": "eslint --fix",
    "*.scss": "stylelint --custom-syntax=postcss-scss"
  }
86
}