-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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": "trips",
"version": "0.1.0",
"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": {
"@hookform/resolvers": "^3.1.1",
"@types/cookie": "^0.5.1",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"next": "^14.2.3",
"nookies": "^2.5.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-datepicker": "^4.15.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-icons": "^4.10.1",
"react-infinite-scroll-component": "^6.1.0",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@storybook/addon-essentials": "^8.1.4",
"@storybook/addon-interactions": "^8.1.4",
"@storybook/addon-links": "^8.1.4",
"@storybook/addon-onboarding": "^8.1.4",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.1.4",
"@storybook/nextjs": "^8.1.4",
"@storybook/react": "^8.1.4",
"@storybook/test": "^8.1.4",
"@types/react-datepicker": "^4.11.2",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"storybook": "^8.1.4"
}
}