-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 862 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": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"turbo": "^2.0.9",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@8.6.1",
"name": "vue-patternfly"
}