-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.23 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.23 KB
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
{
"name": "photo-ground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier . --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"secure": "node server.js"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.2.1",
"@mui/styled-engine-sc": "^6.2.1",
"@mui/system": "^6.3.0",
"@storybook/react": "^8.5.3",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-devtools": "^5.64.0",
"axios": "^1.7.9",
"jwt-decode": "^4.0.0",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-intersection-observer": "^9.15.0",
"react-lottie": "^1.2.10",
"styled-components": "^6.1.13",
"styled-normalize": "^8.1.1",
"swiper": "^11.2.1",
"swr": "^2.3.0",
"uuid": "^11.0.5",
"vercel": "^32.3.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-mdx-gfm": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/addon-themes": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/nextjs": "^8.4.5",
"@storybook/test": "^8.4.5",
"@types/navermaps": "^3.7.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"ajv": "^8.17.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.11.1",
"prettier": "^3.3.3",
"storybook": "^8.4.5",
"typescript": "^5"
},
"optionalDependencies": {
"@esbuild/win32-x64": "^0.24.0"
}
}