Skip to content

Commit

Permalink
update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aarol committed Dec 6, 2024
1 parent 69ebbd9 commit 285b8db
Show file tree
Hide file tree
Showing 5 changed files with 705 additions and 653 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Variable fonts helper

### Self host variable fonts from Google Fonts
## Self host variable fonts from Google Fonts

![Screenshot of the variable font helper web app](screenshot.png)

### <https://variable-font-helper.web.app>

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/aarol/variable-font-helper/test.yml?label=Tests)

## Stack

## Stack:
* React
* [Mantine UI](https://mantine.dev)
* Firebase Cloud Functions
* Firebase Hosting
- React
- [Mantine UI](https://mantine.dev)
- Firebase Cloud Functions
- Firebase Hosting

## How it works

Expand All @@ -25,9 +25,12 @@
## Run locally

1. Install firebase-tools

`pnpm add -g firebase-tools`
`pnpm add -g firebase-tools`

2. Run the client & functions locally

`pnpm --recursive dev`

### Deploy

18 changes: 9 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"cypress": "concurrently \"vite\" \"cypress open\""
},
"dependencies": {
"@mantine/code-highlight": "^7.7.1",
"@mantine/core": "^7.7.1",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@tabler/icons-react": "^2.47.0",
"@mantine/code-highlight": "^7.14.3",
"@mantine/core": "^7.14.3",
"@mantine/form": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@tabler/icons-react": "^3.24.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/core": "^7.26.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.0",
"cypress": "^13.7.1",
"prop-types": "^15.8.1",
"typescript": "^5.4.3",
"vite": "4.4.11"
"vite": "^6.0.3"
}
}
Loading

0 comments on commit 285b8db

Please sign in to comment.