Skip to content

Commit

Permalink
Merge pull request #399 from waterkail/part3-이현승-week13
Browse files Browse the repository at this point in the history
[week13] 이현승
  • Loading branch information
o-seung-yeon authored May 15, 2024
2 parents 0c228dc + b596e07 commit 81ad26b
Show file tree
Hide file tree
Showing 434 changed files with 16,912 additions and 2,108 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"],
"plugins": [["styled-components", { "ssr": true }]]
}
20 changes: 4 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,16 @@
# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem
.env.local
.env.development.local
.env.test.local
.env.production.local

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
37 changes: 37 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/folder": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/folder.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/cache/.tsbuildinfo

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/11.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/13.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/15.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/3.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/4.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/5.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/6.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/7.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/8.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/9.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-production/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-production/index.pack
Binary file not shown.
Binary file added .next/cache/webpack/edge-server-production/0.pack
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/10.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/11.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/14.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/3.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/4.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/5.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/6.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/7.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/8.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/server-development/9.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-production/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-production/index.pack
Binary file not shown.
1 change: 1 addition & 0 deletions .next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
14 changes: 14 additions & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"node_modules\\next\\dist\\client\\index.js -> ../pages/_app": {
"id": "node_modules\\next\\dist\\client\\index.js -> ../pages/_app",
"files": [
"static/chunks/node_modules_next_dist_pages__app_js.js"
]
},
"node_modules\\next\\dist\\client\\index.js -> ../pages/_error": {
"id": "node_modules\\next\\dist\\client\\index.js -> ../pages/_error",
"files": [
"static/chunks/node_modules_next_dist_pages__error_js.js"
]
}
}
1 change: 1 addition & 0 deletions .next/server/interception-route-rewrite-manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"
1 change: 1 addition & 0 deletions .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .next/server/middleware-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 3,
"middleware": {},
"functions": {},
"sortedMiddleware": []
}
1 change: 1 addition & 0 deletions .next/server/middleware-react-loadable-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .next/server/next-font-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .next/server/next-font-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"pages":{},"app":{},"appUsingSizeAdjust":false,"pagesUsingSizeAdjust":false}
8 changes: 8 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/shared": "pages/shared.js",
"/folder": "pages/folder.js",
"/": "pages/index.js"
}
66 changes: 66 additions & 0 deletions .next/server/pages/_app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 96 additions & 0 deletions .next/server/pages/_document.js

Large diffs are not rendered by default.

Loading

0 comments on commit 81ad26b

Please sign in to comment.