-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.28 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
{
"name": "@e2n/e2n-ui",
"version": "10.1.0",
"type": "module",
"files": [
"dist"
],
"main": "./dist/e2n.ui.umd.cjs",
"module": "./dist/e2n.ui.js",
"exports": {
".": {
"import": "./dist/e2n-ui.js",
"require": "./dist/e2n-ui.umd.cjs"
}
},
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.4.2",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-table": "^8.13.2",
"add": "^2.0.6",
"chroma-js": "^2.4.2",
"class-variance-authority": "^0.7.0",
"cmdk": "1.0.0",
"date-fns": "^3.6.0",
"dialog": "^0.3.1",
"embla-carousel-autoplay": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"jotai": "^2.7.0",
"react": "^18.2.0",
"react-aria": "^3.32.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-popper": "^2.3.0",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.22.2",
"react-select": "^5.8.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.12.7",
"shadcn-ui": "^0.8.0",
"tailwind-merge": "^2.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/addon-mdx-gfm": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-vite": "^8.0.4",
"@storybook/test": "^8.0.4",
"@types/add": "^2",
"@types/chroma-js": "^2",
"@types/date-fns": "^2.6.0",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/react-transition-group": "^4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"sass": "^1.71.1",
"storybook": "^8.0.4",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "[email protected]"
}