Skip to content

Commit

Permalink
Merge pull request #18 from Zain-ul-din/production
Browse files Browse the repository at this point in the history
Production
  • Loading branch information
Zain-ul-din authored Sep 3, 2023
2 parents dc1d5cd + fdb49b4 commit 111e142
Show file tree
Hide file tree
Showing 131 changed files with 8,978 additions and 4,151 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ NEXT_PUBLIC_ADMIN_EMAIL=

# Chat GPT
NEXT_PUBLIC_OPENAI_API_KEY=

# Preview

NEXT_PUBLIC_preview=
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

# environment file

.env
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "packages/lgu-crawler"]
path = packages/lgu-crawler
url = https://github.com/Zain-ul-din/lgu-crawler.git
9 changes: 7 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"semi": true,
"tabWidth": 3,
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"jsxBracketSameLine": true
"jsxBracketSameLine": true,
"bracketSameLine": true,
"jsxSingleQuote": false,
"arrowParens": "always",
"cursorOffset": -1
}

1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/packages
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,32 @@
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@choc-ui/chakra-autocomplete": "^5.1.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/react-syntax-highlighter": "^15.5.6",
"apexcharts": "^3.41.0",
"axios": "^1.3.5",
"chatgpt": "^5.2.2",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"firebase": "^9.19.1",
"framer-motion": "^10.10.0",
"fuse.js": "^6.6.2",
"joi": "^17.9.1",
"next": "13.2.4",
"nextjs-cors": "^2.1.2",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-google-one-tap-login": "^0.1.1",
"react-hook-form": "^7.45.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"react-spinners": "^0.13.8",
Expand All @@ -41,9 +47,12 @@
"react-use-scroll-position": "^2.0.0",
"redis-om": "^0.3.6",
"rehype-raw": "^6.1.1",
"typescript": "5.0.3"
"tesseract.js": "^4.0.5",
"typescript": "5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"next-sitemap": "^4.0.7",
"prettier": "^2.8.7"
}
Expand Down
1 change: 1 addition & 0 deletions packages/lgu-crawler
Submodule lgu-crawler added at e7f8fc
3 changes: 3 additions & 0 deletions packages/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### List of dependencies this site relay on

- `lgu-crawler` scrap data from official website.
1 change: 1 addition & 0 deletions public/ads.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google.com, pub-9921497734267177, DIRECT, f08c47fec0942fa0
12 changes: 12 additions & 0 deletions public/images/gradient-left-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/images/gradient-right-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

2 comments on commit 111e142

@vercel
Copy link

@vercel vercel bot commented on 111e142 Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 111e142 Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.