-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
158 lines (158 loc) · 5.32 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "sopt.org-project",
"version": "0.1.0",
"private": true,
"workspaces": [
"playground-common"
],
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"build": "next build",
"build-storybook": "cross-env NODE_OPTIONS='--max-old-space-size=4096' storybook build",
"check": "conc -s all \"yarn:lint\" \"yarn:typecheck\" \"yarn:stylelint\" \"yarn:test:ci\"",
"dev": "next dev",
"test": "jest --watch",
"test:ci": "jest --ci",
"postinstall": "husky install",
"lint": "next lint",
"playground-common:build": "tsup --config ./playground-common/tsup.config.ts",
"playground-common:publish": "yarn playground-common:build && yarn workspace @sopt-makers/playground-common npm publish --access=public",
"prettier": "prettier --write .",
"start": "next start",
"storybook": "storybook dev -p 6006",
"stylelint": "stylelint **/*.(ts|tsx)",
"typecheck": "tsc --noemit -p ."
},
"dependencies": {
"@amplitude/analytics-browser": "^1.10.4",
"@badrap/bar-of-progress": "^0.2.2",
"@egjs/react-infinitegrid": "^4.12.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@headlessui/react": "^1.6.6",
"@hookform/resolvers": "^2.9.1",
"@radix-ui/react-aspect-ratio": "^1.0.2",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@sopt-makers/colors": "^3.0.2",
"@sopt-makers/fonts": "^1.0.0",
"@sopt-makers/icons": "^1.0.5",
"@sopt-makers/ui": "^2.7.6",
"@tanstack/react-query": "^5.4.3",
"@toss/emotion-utils": "^1.1.10",
"@toss/error-boundary": "^1.4.6",
"@toss/impression-area": "^1.3.1",
"@toss/use-overlay": "^1.3.6",
"await-to-js": "^3.0.0",
"axios": "^0.27.2",
"browser-image-resizer": "^2.4.1",
"cmdk": "^0.2.0",
"dayjs": "^1.11.3",
"focus-trap-react": "^10.0.2",
"framer-motion": "^8.1.3",
"html2canvas": "^1.4.1",
"immer": "^10.0.4",
"lodash-es": "^4.17.21",
"lottie-react": "^2.4.0",
"nanoid": "^4.0.0",
"next": "^13.1.1",
"next-query-params": "^4.2.3",
"next-seo": "^6.1.0",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.43.9",
"react-lottie": "^1.2.4",
"react-markdown": "^8.0.4",
"react-modal-sheet": "^1.10.2",
"react-remove-scroll": "^2.5.6",
"react-slick": "^0.30.2",
"react-textarea-autosize": "^8.5.3",
"react-virtuoso": "^4.6.2",
"recoil": "^0.7.2",
"slick-carousel": "^1.8.1",
"swiper": "^9.4.1",
"use-query-params": "^2.2.1",
"yup": "^1.0.0",
"zod": "^3.20.6"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@cloudflare/workers-types": "^3.18.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^13.1.1",
"@storybook/addon-actions": "^7.0.23",
"@storybook/addon-docs": "^7.0.23",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/nextjs": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/testing-library": "^0.2.0",
"@stylelint/postcss-css-in-js": "^0.37.2",
"@svgr/webpack": "^6.2.1",
"@tanstack/react-query-devtools": "^5.4.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/jscodeshift": "^0",
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "18.0.1",
"@types/react-lottie": "^1",
"@types/react-slick": "^0.23.13",
"@types/slick-carousel": "^1",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"babel-loader": "^9.1.2",
"chromatic": "^6.7.0",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^7.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.4.3",
"jscodeshift": "^0.15.1",
"msw": "^2.3.1",
"msw-storybook-addon": "^2.0.3",
"postcss-html": "^1.4.1",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
"sass-loader": "^12.6.0",
"storybook": "^7.0.23",
"storybook-dark-mode": "^3.0.0",
"stylelint": "^14.7.1",
"stylelint-config-concentric-order": "^5.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-styled-components": "^0.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tsup": "^7.1.0",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.72.0"
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}