-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "kv-ui-elements",
"version": "0.0.1",
"description": "Design definitions and components for Kiva's style guide",
"workspaces": [
"@kiva/kv-analytics",
"@kiva/kv-components",
"@kiva/kv-tokens",
"@kiva/kv-loan-filters",
"@kiva/kv-shop",
"@kiva/kv-activity-feed",
"test-vue2",
"test-vue3"
],
"scripts": {
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces",
"build": "npm run build --workspaces",
"prepare": "husky install",
"publish-release": "lerna publish -m 'chore: publish'",
"storybook": "npm run build -w @kiva/kv-tokens && npm run storybook -w @kiva/kv-components",
"build-storybook": "npm run build-storybook -w @kiva/kv-components"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"husky": "^6.0.0",
"lerna": "^6.6.1",
"lint-staged": "^10.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kiva/kv-ui-elements.git"
},
"author": "",
"license": "ISC",
"lint-staged": {
"*.{ts,js,vue}": "npm run lint -- -- --cache --fix"
},
"engines": {
"node": ">= 18",
"npm": ">= 10"
}
}