tj
2025-06-05 bba272999cc546f65781bf3d20245a3f819af67f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "name": "lin-cms-vue",
  "version": "0.4.3",
  "license": "MIT",
  "scripts": {
    "serve": "node script/plugin-get-config.js && vue-cli-service serve",
    "build": "node script/plugin-get-config.js && vue-cli-service build",
    "test:unit": "vue-cli-service test:unit",
    "lint": "vue-cli-service lint",
    "commit": "git add . && git-cz",
    "plugin:init": "node script/plugin-init.js",
    "plugin:new": "node script/plugin-new.js",
    "plugin:reconfig": "node script/plugin-get-config.js"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.4",
    "@element-plus/icons-vue": "^2.1.0",
    "@tinymce/tinymce-vue": "^4.0.0",
    "axios": "^0.24.0",
    "core-js": "^3.23.5",
    "dayjs": "^1.10.4",
    "echarts": "^5.5.1",
    "element-plus": "^2.3.8",
    "event-source-polyfill": "^1.0.7",
    "fastscan": "^1.0.4",
    "good-storage": "^1.1.0",
    "js-cookie": "^2.2.0",
    "lodash": "^4.17.14",
    "mitt": "^2.1.0",
    "moment": "^2.29.4",
    "photoswipe": "^4.1.2",
    "screenfull": "^4.2.0",
    "swiper": "^6.4.5",
    "vue": "^3.2.24",
    "vue-picture-cropper": "^0.1.9",
    "vue-router": "^4.0.10",
    "vuex": "^4.0.2",
    "vuex-persist": "^2.0.1",
    "yarn": "^1.22.19"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.7",
    "@vue/cli-plugin-babel": "^5.0.3",
    "@vue/cli-plugin-eslint": "^5.0.3",
    "@vue/cli-plugin-unit-jest": "^5.0.3",
    "@vue/cli-service": "^5.0.3",
    "@vue/compiler-sfc": "^3.2.0",
    "@vue/eslint-config-airbnb": "^6.0.0",
    "@vue/test-utils": "^2.0.0-beta.8",
    "babel-jest": "^26.3.0",
    "babel-plugin-component": "^1.1.1",
    "chalk": "^2.4.2",
    "child_process": "^1.0.2",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "^2.1.0",
    "directory-tree": "^2.2.3",
    "ejs": "^2.6.2",
    "eslint": "^8.11.0",
    "eslint-plugin-vue": "^8.5.0",
    "eslint-plugin-vuejs-accessibility": "^1.1.1",
    "fs-extra": "^8.1.0",
    "ignore-loader": "^0.1.2",
    "inquirer": "^6.5.0",
    "js-yaml": "^3.13.1",
    "lint-staged": "^9.5.0",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "semver": "^6.2.0",
    "shelljs": "^0.8.5",
    "validate-npm-package-name": "^3.0.0",
    "yaml-front-matter": "^4.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 11"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,vue}": [
      "prettier --write",
      "vue-cli-service lint",
      "git add"
    ]
  }
}