-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 2.83 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": "localmood-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"analyze": "ANALYZE=true next build",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --watchAll",
"cypress": "npx cypress open"
},
"dependencies": {
"@opentelemetry/api": "^1.8.0",
"@tanstack/react-query": "4",
"@tanstack/react-query-devtools": "^5.37.1",
"@types/react-slick": "^0.23.13",
"@types/react-transition-group": "^4.4.10",
"dayjs": "^1.11.11",
"jose": "^5.2.3",
"mime": "^4.0.1",
"next": "^14.0.4",
"next-auth": "^4.24.6",
"node-fetch": "^3.3.2",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-image-file-resizer": "^0.4.8",
"react-intersection-observer": "^9.8.0",
"react-responsive": "^10.0.0",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"react-transition-group": "^4.4.5",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.2.1",
"undici": "^6.19.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@next/bundle-analyzer": "^14.2.1",
"@storybook/addon-a11y": "7.6.16",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-interactions": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/addon-onboarding": "1.0.10",
"@storybook/blocks": "7.6.6",
"@storybook/nextjs": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/test": "7.6.6",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/navermaps": "^3.7.4",
"@types/node": "^20",
"@types/react": "^18.2.45",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"babel-jest": "^29.7.0",
"chromatic": "^10.2.0",
"cross-env": "^7.0.3",
"cypress": "^13.12.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"msw": "^2.3.1",
"nock": "^13.5.4",
"postcss": "^8",
"storybook": "7.6.6",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5"
},
"packageManager": "[email protected]",
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"msw": {
"workerDirectory": [
"public"
]
}
}