-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.77 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
{
"name": "tripy-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@tanstack/react-query": "^5.24.8",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-datepicker": "^4.11.2",
"@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": "13.4.8",
"postcss": "8.4.24",
"react": "18.2.0",
"react-calendar": "^4.3.0",
"react-datepicker": "^4.16.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-responsive-carousel": "^3.2.23",
"recoil": "^0.7.7",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.25",
"@storybook/addon-interactions": "^7.0.25",
"@storybook/addon-links": "^7.0.25",
"@storybook/blocks": "^7.0.25",
"@storybook/nextjs": "^7.0.25",
"@storybook/react": "^7.0.25",
"@storybook/testing-library": "^0.0.14-next.2",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/google.maps": "^3.53.6",
"@types/uuid": "^9.0.2",
"eslint-plugin-storybook": "^0.6.12",
"storybook": "^7.0.25",
"tailwind-scrollbar": "^3.0.4"
}
}