-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.74 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
{
"private": true,
"scripts": {
"duri": "yarn workspace @duri-fe/duri dev",
"salon": "yarn workspace @duri-fe/salon dev",
"admin": "yarn workspace @duri-fe/admin dev",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"chromatic": "npx chromatic"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.2",
"@mdx-js/rollup": "3.1.0",
"@storybook/addon-actions": "8.4.5",
"@storybook/addon-controls": "8.4.5",
"@storybook/addon-docs": "8.4.5",
"@storybook/addon-essentials": "8.4.5",
"@storybook/addon-interactions": "8.4.5",
"@storybook/addon-links": "8.4.5",
"@storybook/addon-onboarding": "8.4.5",
"@storybook/addon-viewport": "8.4.5",
"@storybook/blocks": "8.4.5",
"@storybook/react": "8.4.5",
"@storybook/react-vite": "8.4.5",
"@storybook/test": "8.4.5",
"@types/axios": "0.14.4",
"@types/navermaps": "^3.7.8",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "4.3.3",
"chromatic": "11.19.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-storybook": "0.11.1",
"estree-walker": "2.0.2",
"husky": "9.1.7",
"i": "^0.3.7",
"pinst": "3.0.0",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"storybook": "8.4.5",
"turbo": "2.3.1",
"typescript": "5.5.4",
"vite": "5.4.11"
},
"name": "duri-fe",
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@emotion/babel-plugin": "11.13.5",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@storybook/addon-docs": "8.4.5",
"@storybook/addons": "7.6.17",
"@storybook/manager-api": "8.4.5",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-query-devtools": "^5.62.2",
"@tosspayments/tosspayments-sdk": "2.3.2",
"@types/acorn": "^6.0.4",
"acorn": "^8.14.0",
"axios": "1.7.7",
"date-fns": "4.1.0",
"emotion-reset": "3.0.1",
"lodash": "^4.17.21",
"msw": "2.6.6",
"react": "18.3.1",
"react-daum-postcode": "3.1.3",
"react-dom": "18.3.1",
"react-intersection-observer": "9.13.1",
"react-modal": "3.16.1",
"react-router-dom": "^7.0.1",
"react-spring-bottom-sheet": "^3.4.1",
"vite-plugin-svgr": "4.3.0",
"zustand": "5.0.1"
},
"version": ""
}