๐Ÿ“ฆ ValeryG / pnpm8-issue

๐Ÿ“„ package.json ยท 82 lines
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{
  "name": "pnpm8-issue-on-ubuntu",
  "version": "0.0.0-development",
  "private": true,
  "devDependencies": {
    "@babel/types": "^7.21.5",
    "@commitlint/cli": "^17.6.1",
    "@commitlint/config-conventional": "^17.6.1",
    "@cypress/code-coverage": "^3.10.4",
    "@digitalroute/cz-conventional-changelog-for-jira": "^7.5.1",
    "@evilmartians/lefthook": "^1.3.12",
    "@kong/kongponents": "^8.62.0",
    "@rushstack/eslint-patch": "^1.2.0",
    "@types/cypress__code-coverage": "^3.10.0",
    "@types/flat": "^5.0.2",
    "@types/js-yaml": "^4.0.5",
    "@types/jsdom": "^21.1.1",
    "@types/node": "^18.16.6",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^5.59.2",
    "@vitejs/plugin-vue": "^4.2.1",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "@vitest/coverage-istanbul": "^0.30.1",
    "@vitest/ui": "^0.30.1",
    "@vue/eslint-config-standard": "^8.0.1",
    "@vue/eslint-config-typescript": "^11.0.3",
    "@vue/test-utils": "^2.3.2",
    "@vue/tsconfig": "^0.3.2",
    "c8": "^7.13.0",
    "commitizen": "^4.3.0",
    "cross-env": "^7.0.3",
    "cypress": "^12.11.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.39.0",
    "eslint-plugin-cypress": "^2.12.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-vue": "^9.11.0",
    "js-yaml": "^4.1.0",
    "jsdom": "^21.1.2",
    "lerna": "^6.6.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.23",
    "postcss-custom-properties": "^12.1.11",
    "postcss-html": "^1.5.0",
    "rimraf": "^5.0.0",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.62.1",
    "stylelint": "^15.6.0",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-recommended-scss": "^9.0.1",
    "stylelint-config-recommended-vue": "^1.4.0",
    "stylelint-order": "^6.0.3",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.6",
    "tslib": "^2.5.0",
    "typescript": "~4.9.5",
    "vite": "^4.3.4",
    "vite-plugin-externals": "^0.6.2",
    "vite-plugin-istanbul": "^4.0.1",
    "vitest": "^0.30.1",
    "vue": "^3.2.47",
    "vue-router": "^4.1.6"
  },
  "workspaces": [
    "packages/*/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ValeryG/pnpm8-issue/actions/new"
  },
  "license": "UNLICENSED",
  "engines": {
    "node": ">=v18.14.2"
  },
  "volta": {
    "node": "18.16.0",
    "pnpm": "8.5.1"
  }
}