Skip to content

Commit a3d34de

Browse files
authored
Merge pull request #307 from Nexters/develop
[운영 배포] 12차 MVP
2 parents 1559a12 + d94f820 commit a3d34de

File tree

78 files changed

+2679
-7442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2679
-7442
lines changed

.pnp.cjs

Lines changed: 999 additions & 4018 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/admin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"@dnd-kit/utilities": "^3.2.2",
2424
"@emotion/react": "^11.11.3",
2525
"@emotion/styled": "^11.11.0",
26-
"@lezer/highlight": "^1.2.1",
27-
"@mdxeditor/editor": "^3.23.2",
2826
"@react-pdf/renderer": "^3.4.4",
2927
"@tanstack/react-table": "^8.12.0",
3028
"@types/lodash.debounce": "^4.0.9",
@@ -35,6 +33,7 @@
3533
"jwt-decode": "^4.0.0",
3634
"lodash.debounce": "^4.0.8",
3735
"qrcode.react": "^3.1.0",
36+
"quill": "2.0.3",
3837
"react": "^18.2.0",
3938
"react-daum-postcode": "^3.1.3",
4039
"react-dom": "^18.2.0",

apps/admin/src/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'the-new-css-reset/css/reset.css';
2-
import '@mdxeditor/editor/style.css';
2+
import 'quill/dist/quill.core.css';
3+
import 'quill/dist/quill.snow.css';
34
import './index.css';
45
import './i18n';
56
import { NavermapsProvider } from 'react-naver-maps';
@@ -31,6 +32,7 @@ import {
3132
GiftRegisterPage,
3233
GiftIntroPage,
3334
OAuthApplePage,
35+
ShowTypeSelectpage,
3436
} from './pages';
3537
import ShowAddPage from './pages/ShowAddPage';
3638
import { Suspense } from 'react';
@@ -135,6 +137,7 @@ const privateRoutes = [
135137
{ path: PATH.SHOW_ADD, element: <ShowAddPage step="basic" /> },
136138
{ path: PATH.SHOW_ADD_DETAIL, element: <ShowAddPage step="detail" /> },
137139
{ path: PATH.SHOW_ADD_SALES, element: <ShowAddPage step="sales" /> },
140+
{ path: PATH.SHOW_TYPE_SELECT, element: <ShowTypeSelectpage /> },
138141
{
139142
path: '/',
140143
element: (

apps/admin/src/components/MarkdownEditor/MarkdownEditor.styles.ts

Lines changed: 0 additions & 158 deletions
This file was deleted.

apps/admin/src/components/MarkdownEditor/index.tsx

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)