-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 1004 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
32
33
{
"name": "@youcan/ui",
"version": "2.6.11",
"packageManager": "[email protected]",
"engines": {
"node": "^20.9.0",
"pnpm": "^8.10.0"
},
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"eslint": "eslint packages/**/*.{ts,js,vue}",
"stylelint": "stylelint packages/**/*.{vue,css}",
"lint": "pnpm eslint && pnpm stylelint",
"lint:fix": "pnpm eslint --fix && pnpm stylelint --fix",
"prepare": "pnpm -r run stub",
"release": "pnpm build && bumpp --commit \"[chore]: Release v\" --push --tag && pnpm -r release"
},
"devDependencies": {
"@youcan/eslint-config": "2.5.6-beta.7",
"bumpp": "^9.4.1",
"eslint": "^8.33.0",
"mitata": "^0.1.6",
"postcss-html": "^1.5.0",
"rimraf": "^3.0.2",
"stylelint": "^15.0.0",
"stylelint-config-property-sort-order-smacss": "^9.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"taze": "^0.8.5",
"typescript": "^4.9.5"
}
}