Skip to content

Commit

Permalink
Merge pull request #35 from Chimoney/feat/new-landing-page
Browse files Browse the repository at this point in the history
Feat/new landing page
  • Loading branch information
adebayoileri authored Oct 26, 2024
2 parents 8c96299 + 074aa2e commit d3f4048
Show file tree
Hide file tree
Showing 55 changed files with 1,763 additions and 2,004 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["next/babel"]
}

11 changes: 7 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": "./tsconfig.json" },
"parserOptions": {
"project": "./tsconfig.json",
"ecmaVersion": 2020,
"sourceType": "module"
},
"env": { "es6": true },
"ignorePatterns": ["node_modules", "build", "coverage"],
"plugins": ["import", "eslint-comments", "functional"],
"plugins": ["import", "eslint-comments", "functional", "@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:eslint-comments/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/typescript",
"plugin:functional/lite",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"globals": { "BigInt": true, "console": true, "WebAssembly": true },
"rules": {
Expand Down
13 changes: 6 additions & 7 deletions open-giving/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,24 @@
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^6.1.1",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^5.14.16",
"@mui/styles": "^6.1.1",
"@opentelemetry/api": "^1.6.0",
"chimoney-payment-widget": "^0.0.30",
"next": "^12.2.5",
"non-profit-donations": "^0.1.2",
"qrcode.react": "^4.0.1",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-icons": "^5.3.0",
"stylis": "^4.3.0",
"sweetalert2": "^11.9.0",
"use-local-storage-state": "^19.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.0.1"
"eslint-config-next": "14.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}
6 changes: 6 additions & 0 deletions open-giving/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
Binary file modified open-giving/public/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions open-giving/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions open-giving/public/new/at.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d3f4048

Please sign in to comment.