-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
98 lines (98 loc) · 2.87 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
{
"name": "butterfly-market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"test": "vitest --run",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "bash ./scripts/chromatic_publish.sh"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@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-select": "^2.0.0",
"@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",
"@tanstack/react-query": "^5.0.0",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"firebase": "^10.6.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.292.0",
"next": "14.0.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.47.0",
"react-lottie-player": "^1.5.5",
"sharp": "^0.32.6",
"swiper": "^11.0.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tw-colors": "^3.1.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@storybook/addon-essentials": "7.5.0",
"@storybook/addon-interactions": "7.5.0",
"@storybook/addon-links": "7.5.0",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "7.5.0",
"@storybook/nextjs": "7.5.0",
"@storybook/react": "7.5.0",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "^7.5.1",
"@tanstack/eslint-plugin-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/js-cookie": "^3.0.5",
"@types/node": "^20",
"@types/react": "^18.2.33",
"@types/react-dom": "^18",
"@types/tailwindcss": "^3.1.0",
"chromatic": "^7.5.4",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"lint-staged": "^15.0.2",
"msw": "^1.3.2",
"postcss": "^8.0.0",
"prettier": "^3.0.3",
"storybook": "7.5.0",
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"msw": {
"workerDirectory": "public"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}