-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.14 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
{
"name": "@human/components",
"version": "2.1.24",
"description": "Human UI kit",
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "npm run build && storybook build",
"dev": "vite build --watch",
"build": "npm run convert && vite build",
"preview": "vite preview",
"convert": "node convertTokens",
"lint": "eslint --config ./.eslintrc.json './src/**/*.{ts,tsx,jx,jsx}' --fix"
},
"author": "Eugene",
"license": "ISC",
"devDependencies": {
"@mdx-js/react": "^2.1.2",
"@storybook/addon-actions": "^8.1.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-vite": "^8.1.1",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-visualizer": "^5.9.0",
"storybook": "^8.1.1",
"typescript": "^4.7.4",
"vite": "^4.0.4",
"vite-plugin-dts": "^1.7.1",
"vite-plugin-svgr": "^2.4.0"
},
"module": "dist/human-ui.es.js",
"exports": {
".": {
"import": "./dist/human-ui.es.js"
},
"./dist/*": {
"import": "./dist/*",
"require": "./dist/*"
}
},
"files": [
"dist"
],
"types": "dist/src/index.d.ts",
"dependencies": {
"@tanstack/react-table": "^8.7.6",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"focus-trap-react": "^10.0.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"rc-notification": "^5.0.0",
"rc-pagination": "^3.2.0",
"rc-switch": "^4.0.0",
"rc-tooltip": "^5.2.2",
"react-animate-height": "^3.1.0",
"react-countdown-circle-timer": "^3.1.0",
"react-loading-skeleton": "^3.1.0",
"react-responsive": "^9.0.2",
"react-transition-group": "^4.4.5",
"react-use": "^17.4.0",
"swiper": "^8.4.5",
"textarea-caret": "^3.1.0"
}
}