Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BurhanCantCode committed Jul 30, 2024
0 parents commit ed59228
Show file tree
Hide file tree
Showing 133 changed files with 30,569 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NEXT_PUBLIC_FIREBASE_API_KEY=dummy
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=dummy
NEXT_PUBLIC_FIREBASE_PROJECT_ID=dummy
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=dummy
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=dummy
NEXT_PUBLIC_FIREBASE_APP_ID=dummy
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
50 changes: 50 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/webpack.js",
"static/chunks/amp.js"
],
"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"
],
"/add-product": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/add-product.js"
],
"/inventory": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/inventory.js"
],
"/profile": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/profile.js"
]
},
"ampFirstPages": []
}
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
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/10.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/11.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/12.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/13.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/14.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/15.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/16.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/17.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/18.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/19.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/5.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/6.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/7.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/8.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/9.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/10.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/11.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/12.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/13.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/3.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/4.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/5.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/6.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/7.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/8.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/9.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions .next/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"rootMainFiles": [],
"pages": {
"/_app": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_app.js"
],
"/_error": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_error.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "commonjs"}
1 change: 1 addition & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
66 changes: 66 additions & 0 deletions .next/server/_error.js

Large diffs are not rendered by default.

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 @@
{
"sortedMiddleware": [],
"middleware": {},
"functions": {},
"version": 2
}
1 change: 1 addition & 0 deletions .next/server/middleware-react-loadable-manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__REACT_LOADABLE_MANIFEST={}
9 changes: 9 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/inventory": "pages/inventory.js",
"/profile": "pages/profile.js",
"/add-product": "pages/add-product.js",
"/": "pages/index.js"
}
760 changes: 760 additions & 0 deletions .next/server/pages/_app.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions .next/server/pages/_error.js

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions .next/server/pages/add-product.js

Large diffs are not rendered by default.

695 changes: 695 additions & 0 deletions .next/server/pages/index.js

Large diffs are not rendered by default.

146 changes: 146 additions & 0 deletions .next/server/pages/inventory.js

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions .next/server/pages/profile.js

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

Loading

0 comments on commit ed59228

Please sign in to comment.