-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
166 lines (166 loc) · 5.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "hv-uikit-react",
"type": "module",
"private": true,
"description": "The React component library for the Next Design System.",
"homepage": "https://github.com/lumada-design/hv-uikit-react",
"author": "Hitachi Vantara UI Kit Team",
"repository": {
"type": "git",
"url": "git+https://github.com/lumada-design/hv-uikit-react.git"
},
"bugs": {
"url": "https://github.com/lumada-design/hv-uikit-react/issues"
},
"license": "Apache-2.0",
"scripts": {
"dev": "npm run dev -w apps/app",
"doc": "storybook dev -p 6006",
"nextra": "npm run dev -w apps/docs",
"clean": "lerna run clean",
"build": "lerna run build",
"build:doc": "storybook build -o dist --quiet && node scripts/storybook-title",
"build:doc:test": "storybook build -o dist --quiet --test",
"build:app": "vite build apps/app",
"build:nextra": "npm run build -w apps/docs",
"test": "lerna run test -- --run",
"test:a11y": "node scripts/a11y.mjs",
"test:coverage": "lerna run test -- --run --coverage",
"check": "npm-run-all --parallel prettier lint typecheck",
"prettier": "prettier --log-level warn --check .",
"prettier:fix": "prettier --write .",
"lint": "eslint . --ext .ts,.tsx --cache",
"lint:fix": "npm run lint -- --fix",
"typecheck": "tsc --noEmit",
"depcheck": "npx -y owasp-dependency-check --project uikit -o reports --cveStartYear 2015",
"publish-dry": "lerna publish --no-push --registry \"http://localhost:4873/\"",
"publish": "lerna publish",
"prepare": "husky install .config/husky",
"lab:flow": "node scripts/flow-styles"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hitachivantara/uikit-config": "*",
"@hookform/resolvers": "^3.3.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@iconify-json/ph": "^1.2.1",
"@mdx-js/react": "^3.1.0",
"@mui/material": "^5.14.20",
"@playwright/test": "^1.41.1",
"@storybook/addon-a11y": "^8.4.1",
"@storybook/addon-essentials": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/addon-themes": "^8.4.1",
"@storybook/core-common": "^8.4.1",
"@storybook/manager-api": "^8.4.1",
"@storybook/preview-api": "^8.4.1",
"@storybook/react": "^8.4.1",
"@storybook/react-vite": "^8.4.1",
"@storybook/test": "^8.4.1",
"@storybook/test-runner": "^0.19.1",
"@storybook/types": "^8.4.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.6",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"arquero": "^5.3.0",
"axe-playwright": "^2.0.1",
"chromatic": "^11.8.0",
"clean-publish": "^4.2.0",
"clsx": "^2.0.0",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-ssr-friendly": "^1.3.0",
"eslint-plugin-storybook": "^0.8.0",
"formik": "^2.4.5",
"happy-dom": "^15.7.4",
"html-react-parser": "^3.0.16",
"husky": "^8.0.3",
"jsdom": "^24.0.0",
"leaflet": "^1.9.4",
"lerna": "^8.1.7",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.2.2",
"prettier": "^3.1.0",
"pretty-quick": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.49.0",
"react-leaflet": "^4.2.1",
"reactflow": "^11.10.1",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.1",
"swr": "^2.2.4",
"typescript": "^5.4.2",
"uid": "^2.0.2",
"unocss": "^0.58.5",
"usehooks-ts": "^2.9.1",
"vite": "^5.1.0",
"vite-plugin-dts": "^4.0.3",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^2.0.4",
"yup": "^1.3.2",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"overrides": {
"eslint-plugin-jsx-a11y": {
"aria-query": "^5.3.0"
},
"title": {
"clipboardy": "^4.0.0"
}
},
"packageManager": "[email protected]+sha256.b8807aebb9656758e2872fa6e7c564b506aa2faa9297439a478d471d2fe32483",
"prettier": "@hitachivantara/uikit-config/prettier",
"license-compliance": {
"extends": "@hitachivantara/uikit-config/licenses"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --ext .ts,.tsx --cache",
"pretty-quick --staged"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"workspaces": [
"packages/*",
"apps/*"
]
}