Skip to content

Commit

Permalink
Add amiral bud
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jun 17, 2024
1 parent 1e05008 commit 0f38b73
Show file tree
Hide file tree
Showing 147 changed files with 5,552 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"int:dev": "yarn workspace @admiral/interior next dev",
"int:build": "yarn workspace @admiral/interior next build",
"int:start": "yarn workspace @admiral/interior next start",
"int:lint": "yarn workspace @admiral/interior next lint"
"int:lint": "yarn workspace @admiral/interior next lint",
"bud:dev": "yarn workspace @admiral/bud next dev",
"bud:build": "yarn workspace @admiral/bud next build",
"bud:start": "yarn workspace @admiral/bud next start",
"bud:lint": "yarn workspace @admiral/bud next lint"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
14 changes: 14 additions & 0 deletions packages/bud/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "next/core-web-vitals",
"overrides": [
{
"files": "**/*.+(ts|tsx)",
"plugins": ["prettier", "simple-import-sort"],
"rules": {
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"prettier/prettier": "error"
}
}
]
}
36 changes: 36 additions & 0 deletions packages/bud/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
7 changes: 7 additions & 0 deletions packages/bud/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "all",
"semi": true,
"singleQuote": false,
"printWidth": 100,
"tabWidth": 2
}
7 changes: 7 additions & 0 deletions packages/bud/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
reactStrictMode: false
};

module.exports = nextConfig;
36 changes: 36 additions & 0 deletions packages/bud/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "@admiral/bud",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"axios": "^1.6.2",
"framer-motion": "^10.16.14",
"next": "14.0.3",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.1.0",
"typescript": "^5"
}
}
3 changes: 3 additions & 0 deletions packages/bud/public/Subtract.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions packages/bud/public/images/Vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/bg-image-2-x2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/bg-image-x2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/bg-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions packages/bud/public/images/home.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc14-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc15-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc18-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc19-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc28-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc29-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc30-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc32-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/cc34-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc03-8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc04-9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc05-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc06-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc07-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc08-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc09-7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc10-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/bud/public/images/house/pc11-3.jpg
Binary file added packages/bud/public/images/house/pc12-4.jpg
Binary file added packages/bud/public/images/house/pc13-5.jpg
Binary file added packages/bud/public/images/house/pc14-1-1.jpg
Binary file added packages/bud/public/images/house/pc14-10.jpg
Binary file added packages/bud/public/images/house/pc15-1.jpg
Binary file added packages/bud/public/images/house/pc16-3.jpg
Binary file added packages/bud/public/images/house/pc17-4.jpg
Binary file added packages/bud/public/images/house/pc18-5.jpg
Binary file added packages/bud/public/images/house/pc19-6.jpg
Binary file added packages/bud/public/images/landing2.png
Loading

0 comments on commit 0f38b73

Please sign in to comment.