-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 1000 Bytes
/
package.json
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
{
"private": true,
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"pub": "pnpm publish -r --filter ./packages/core --filter ./packages/icons",
"clean": "turbo run clean",
"build": "turbo run build",
"lint": "turbo run lint"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"concurrently": "^9.1.2",
"eslint": "^9.25.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.17.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^10.0.0",
"turbo": "^2.5.0",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"name": "vue-patternfly"
}