-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.86 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 4.86 KB
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
{
"name": "@lifespikes/source",
"version": "1.10.0",
"license": "MIT",
"private": true,
"scripts": {
"ui:storybook": "nx run ui:storybook",
"shadcn": "cd packages/ui && npx shadcn-ui@latest"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@lob/react-address-autocomplete": "^2.2.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "*",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "^8.0.0-rc19",
"input-otp": "^1.2.4",
"lucide-react": "^0.287.0",
"next": "^14.0.4",
"nuqs": "^1.16.1",
"react": "18.2.0",
"react-day-picker": "^8.9.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-phone-number-input": "^3.3.9",
"react-resizable-panels": "^1.0.9",
"recharts": "^2.10.4",
"sonner": "^1.4.41",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0",
"voca": "^1.4.1",
"zod": "^3.22.4"
},
"peerDependencies": {
"react-hook-form": "^7.47.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/next": "^17.2.8",
"@nx/react": "17.2.8",
"@nx/rollup": "17.2.8",
"@nx/storybook": "^17.2.8",
"@nx/vite": "17.2.8",
"@nx/web": "17.2.8",
"@nx/workspace": "17.2.8",
"@rollup/plugin-url": "^7.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storybook/addon-docs": "^7.5.1",
"@storybook/addon-essentials": "7.6.8",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-mdx-gfm": "^7.5.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling-webpack": "^0.0.6",
"@storybook/blocks": "^7.5.1",
"@storybook/core-server": "7.6.8",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "7.6.8",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "7.6.8",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-input-mask": "^3.0.5",
"@types/voca": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.4.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cypress": "^13.0.0",
"eslint": "~8.48.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "17.2.8",
"nx-release": "^3.1.6",
"postcss": "^8.4.31",
"prettier": "^2.6.2",
"react-hook-form": "^7.47.0",
"react-imask": "^7.6.1",
"replace-json-property": "^1.9.0",
"semantic-release": "^23.0.0",
"storybook": "^7.5.1",
"swc-loader": "0.1.15",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.2.2",
"vite": "^5.2.8",
"vite-plugin-dts": "~2.3.0",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "~0.34.6"
},
"packageManager": "yarn@4.0.2"
}