generated from GSM-MSG/MSG-Repository-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 Bytes
/
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
{
"name": "@bitgouel",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*",
"shared/*"
],
"scripts": {
"inside": "pnpm --filter inside",
"outside": "pnpm --filter outside",
"storybook": "pnpm --filter storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@storybook/react": "7.5.1",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@types/lodash": "^4.17.7",
"@types/react": "^18",
"dayjs": "^1.11.10",
"next": "13.4.2",
"react-daum-postcode": "^3.1.3",
"react-intersection-observer": "^9.10.3",
"react-kakao-maps-sdk": "^1.1.27",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"ts-pattern": "^5.0.5"
}
}