-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new landing, cleaner code, etc
- Loading branch information
Showing
40 changed files
with
6,337 additions
and
3,718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"extends": ["next", "next/core-web-vitals"], | ||
"rules": { | ||
"react/no-unescaped-entities": "off", | ||
"@next/next/no-img-element": "off" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
src/renderCard.tsx | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
{ | ||
"quoteProps": "consistent", | ||
"printWidth": 120, | ||
"bracketSpacing": true, | ||
"singleQuote": false, | ||
"useTabs": false, | ||
"arrowParens": "avoid", | ||
"tabWidth": 4 | ||
"plugins": ["prettier-plugin-tailwindcss"], | ||
"quoteProps": "consistent", | ||
"printWidth": 120, | ||
"bracketSpacing": true, | ||
"singleQuote": false, | ||
"useTabs": false, | ||
"arrowParens": "avoid", | ||
"tabWidth": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "https://ui.shadcn.com/schema.json", | ||
"style": "new-york", | ||
"rsc": true, | ||
"tsx": true, | ||
"tailwind": { | ||
"config": "tailwind.config.ts", | ||
"css": "src/app/globals.css", | ||
"baseColor": "stone", | ||
"cssVariables": false, | ||
"prefix": "" | ||
}, | ||
"aliases": { | ||
"components": "@/components", | ||
"utils": "@/lib/utils", | ||
"ui": "@/components/ui", | ||
"lib": "@/lib", | ||
"hooks": "@/hooks" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = {}; | ||
|
||
export default nextConfig; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,41 @@ | ||
{ | ||
"name": "next-app", | ||
"name": "lanyard-profile-readme", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"dev": "next dev --turbopack -p 3001", | ||
"build": "next build", | ||
"start": "next start", | ||
"start": "next start -p 3001", | ||
"lint": "next lint" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@types/escape-html": "^1.0.1", | ||
"@types/ioredis": "^4.28.8", | ||
"@types/styled-components": "^5.1.10", | ||
"axios": "^0.21.1", | ||
"@radix-ui/react-popover": "^1.1.2", | ||
"@types/escape-html": "^1.0.4", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | ||
"cmdk": "1.0.0", | ||
"escape-html": "^1.0.3", | ||
"framer-motion": "^4.1.17", | ||
"image-to-base64": "^2.2.0", | ||
"ioredis": "^4.28.5", | ||
"next": "12.2.5", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"styled-components": "^5.3.0", | ||
"use-smooth-count": "^0.3.0" | ||
"framer-motion": "12.0.0-alpha.1", | ||
"ioredis": "^5.4.1", | ||
"lucide-react": "^0.453.0", | ||
"next": "15.0.3", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"swr": "^2.2.5", | ||
"tailwind-merge": "^2.5.4", | ||
"tailwindcss-animate": "^1.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/escape-html": "^1.0.1", | ||
"@types/image-to-base64": "^2.1.0", | ||
"@types/react": "^18.2.45", | ||
"eslint": "7.28.0", | ||
"eslint-config-next": "11.0.0", | ||
"prettier": "^2.3.1", | ||
"typescript": "4.3.3" | ||
"@types/node": "^20", | ||
"@types/react": "18.3.12", | ||
"@types/react-dom": "18.3.1", | ||
"eslint": "^8", | ||
"eslint-config-next": "15.0.1", | ||
"postcss": "^8", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.8", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.