-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "daeng-place",
"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": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@react-google-maps/api": "^2.20.3",
"axios": "^1.7.9",
"jest": "^29.7.0",
"msw-storybook-addon": "^2.0.4",
"next": "15.0.3",
"next-router-mock": "^0.9.13",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-webcam": "^7.2.0",
"styled-components": "^6.1.13",
"styled-icons": "^10.47.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.2",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-onboarding": "8.4.4",
"@storybook/blocks": "8.4.4",
"@storybook/nextjs": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/test": "8.4.4",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-plugin-storybook": "^0.11.0",
"storybook": "8.4.4"
}
}