-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.7 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
{
"name": "wdyta",
"version": "1.0.2",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@storybook/addon-controls": "^8.1.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/blocks": "^8.1.1",
"@storybook/nextjs": "^8.1.1",
"@storybook/react": "^8.1.3",
"@storybook/test": "^8.1.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.19",
"cookies-next": "^4.2.1",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.3.0",
"next": "14.2.3",
"next-plugin-svgr": "^1.1.10",
"postcss": "^8.4.38",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-intersection-observer": "^9.10.3",
"react-query": "^3.39.3",
"storybook": "^8.1.1",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"yarn": "^1.22.22",
"zustand": "^4.5.2"
}
}