-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1006 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
{
"name": "vue-components",
"version": "1.0.0",
"description": "",
"scripts": {
"demo": "pnpm --filter '*demo' run dev",
"format": "prettier -w \"{**/*,*}.{ts,js,json}\"",
"format:check": "prettier --check \"{**/*,*}.{ts,js,json}\"",
"build:utils": "pnpm --filter '@samatech/component-utils' run build",
"build:input": "pnpm --filter '@samatech/st-input' run build",
"build:multiselect": "pnpm --filter '@samatech/st-multiselect' run build",
"build:lib": "pnpm --filter '@samatech/vue-components' run build",
"build:export": "pnpm --filter '@samatech/vue-components-export' run build",
"build:demo": "pnpm --filter 'vue-components-demo' run build",
"build": "pnpm --filter '@samatech/*' run build",
"lint": "oxlint .",
"release": "cd packages/components && node scripts/release.cjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"oxlint": "0.15.8",
"prettier": "^3.4.2",
"typescript": "catalog:"
}
}