Initial commit - frontend
This commit is contained in:
15
.eslintrc.ts
Normal file
15
.eslintrc.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
const config = {
|
||||
root: true,
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['@typescript-eslint'],
|
||||
extends: [
|
||||
'next/core-web-vitals',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'error',
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
20
.next-dev/app-build-manifest.json
Normal file
20
.next-dev/app-build-manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"pages": {
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/login/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/login/page.js"
|
||||
],
|
||||
"/_not-found/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/_not-found/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
20
.next-dev/build-manifest.json
Normal file
20
.next-dev/build-manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills.js"
|
||||
],
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/development/_buildManifest.js",
|
||||
"static/development/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js"
|
||||
],
|
||||
"rootMainFilesTree": {},
|
||||
"pages": {
|
||||
"/_app": []
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
1
.next-dev/cache/.rscinfo
vendored
Normal file
1
.next-dev/cache/.rscinfo
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"encryption.key":"EI34DeB0D8drj60mav2LdiWhjknkm+jM/tVfJkQOQRk=","encryption.expire_at":1746256908840}
|
||||
BIN
.next-dev/cache/webpack/client-development-fallback/0.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development-fallback/0.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development-fallback/index.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development-fallback/index.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/0.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/0.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/1.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/1.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/10.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/10.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/11.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/11.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/12.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/12.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/13.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/13.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/14.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/14.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/15.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/15.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/16.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/16.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/17.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/17.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/18.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/18.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/19.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/19.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/2.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/2.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/20.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/20.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/21.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/21.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/22.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/22.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/23.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/23.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/24.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/24.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/25.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/25.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/26.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/26.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/27.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/27.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/28.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/28.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/29.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/29.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/3.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/3.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/30.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/30.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/31.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/31.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/32.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/32.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/33.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/33.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/34.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/34.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/35.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/35.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/36.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/36.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/37.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/37.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/4.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/4.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/5.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/5.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/6.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/6.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/7.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/7.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/8.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/8.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/9.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/9.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/index.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/index.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/client-development/index.pack.gz.old
vendored
Normal file
BIN
.next-dev/cache/webpack/client-development/index.pack.gz.old
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/0.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/0.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/1.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/1.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/10.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/10.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/11.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/11.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/12.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/12.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/13.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/13.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/14.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/14.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/15.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/15.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/16.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/16.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/17.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/17.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/18.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/18.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/19.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/19.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/2.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/2.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/20.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/20.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/21.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/21.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/22.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/22.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/23.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/23.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/24.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/24.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/25.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/25.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/26.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/26.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/27.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/27.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/28.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/28.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/29.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/29.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/3.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/3.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/30.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/30.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/31.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/31.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/32.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/32.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/33.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/33.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/34.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/34.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/35.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/35.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/36.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/36.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/37.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/37.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/38.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/38.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/39.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/39.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/4.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/4.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/40.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/40.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/41.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/41.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/5.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/5.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/6.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/6.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/7.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/7.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/8.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/8.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/9.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/9.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/index.pack.gz
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/index.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next-dev/cache/webpack/server-development/index.pack.gz.old
vendored
Normal file
BIN
.next-dev/cache/webpack/server-development/index.pack.gz.old
vendored
Normal file
Binary file not shown.
1
.next-dev/package.json
Normal file
1
.next-dev/package.json
Normal file
@@ -0,0 +1 @@
|
||||
{"type": "commonjs"}
|
||||
8
.next-dev/react-loadable-manifest.json
Normal file
8
.next-dev/react-loadable-manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"..\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\utils\\use-websocket.js -> @vercel/turbopack-ecmascript-runtime/browser/dev/hmr-client/hmr-client.ts": {
|
||||
"id": "..\\node_modules\\next\\dist\\client\\components\\react-dev-overlay\\utils\\use-websocket.js -> @vercel/turbopack-ecmascript-runtime/browser/dev/hmr-client/hmr-client.ts",
|
||||
"files": [
|
||||
"static/chunks/_app-pages-browser_node_modules_next_dist_client_dev_noop-turbopack-hmr_js.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
5
.next-dev/server/app-paths-manifest.json
Normal file
5
.next-dev/server/app-paths-manifest.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/favicon.ico/route": "app/favicon.ico/route.js",
|
||||
"/login/page": "app/login/page.js"
|
||||
}
|
||||
175
.next-dev/server/app/_not-found/page.js
Normal file
175
.next-dev/server/app/_not-found/page.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
96
.next-dev/server/app/favicon.ico/route.js
Normal file
96
.next-dev/server/app/favicon.ico/route.js
Normal file
File diff suppressed because one or more lines are too long
283
.next-dev/server/app/login/page.js
Normal file
283
.next-dev/server/app/login/page.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
.next-dev/server/interception-route-rewrite-manifest.js
Normal file
1
.next-dev/server/interception-route-rewrite-manifest.js
Normal file
@@ -0,0 +1 @@
|
||||
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user