-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
46 lines (46 loc) · 1.62 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "2.17.10",
"scripts": {
"dev": "pnpm --filter=veui run serve",
"test": "pnpm -r test",
"build:demo": "pnpm run build:theme-variants && pnpm --filter=veui run demo",
"build:theme-variants": "pnpm --filter=veui-theme-dls run build:theme",
"build:components": "pnpm --filter=veui run components && pnpm --filter=veui run demo",
"build:plugin": "pnpm --filter=babel-plugin-veui run build",
"build:loader": "pnpm --filter=veui-loader run build",
"build": "pnpm -r build",
"prepare": "husky install",
"sync": "node -r esm build/sync.js",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public && pnpm sync"
},
"devDependencies": {
"@justineo/npmmirror-sync": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.1.0",
"bumpp": "^7.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"esm": "^3.2.25",
"husky": "^7.0.4",
"lint-staged": "^10.5.4",
"micromatch": "^4.0.5",
"postcss-html": "^1.5.0",
"postcss-less": "^5.0.0",
"prettier": "^2.8.8",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"typescript": "^4.9.5"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}