Blame view

泰额版/Food Labeling Management Code/Yi.Vben5.Vue3/internal/lint-configs/stylelint-config/package.json 1.15 KB
383e20a3   杨鑫   拉取
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
  {
    "name": "@vben/stylelint-config",
    "version": "5.5.7",
    "private": true,
    "homepage": "https://github.com/vbenjs/vue-vben-admin",
    "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
      "directory": "internal/lint-configs/stylelint-config"
    },
    "license": "MIT",
    "type": "module",
    "files": [
      "dist"
    ],
    "main": "./index.mjs",
    "module": "./index.mjs",
    "exports": {
      ".": {
        "import": "./index.mjs",
        "default": "./index.mjs"
      }
    },
    "dependencies": {
      "@stylistic/stylelint-plugin": "catalog:",
      "stylelint-config-recess-order": "catalog:",
      "stylelint-scss": "catalog:"
    },
    "devDependencies": {
      "postcss": "catalog:",
      "postcss-html": "catalog:",
      "postcss-scss": "catalog:",
      "prettier": "catalog:",
      "stylelint": "catalog:",
      "stylelint-config-recommended": "catalog:",
      "stylelint-config-recommended-scss": "catalog:",
      "stylelint-config-recommended-vue": "catalog:",
      "stylelint-config-standard": "catalog:",
      "stylelint-order": "catalog:",
      "stylelint-prettier": "catalog:"
    }
  }