Skip to content

Commit

Permalink
Merge pull request #32 from hpicgs/repo-component
Browse files Browse the repository at this point in the history
Restyle UI
  • Loading branch information
Jasperhino authored Oct 11, 2022
2 parents 60b6cfe + 852ce89 commit 0d4cfd1
Show file tree
Hide file tree
Showing 25 changed files with 316 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
cd frontend
pnpm install
pnpm run build
pnpm run build:pages
- name: Deploy Frontend 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
Expand Down
1 change: 1 addition & 0 deletions frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true
9 changes: 7 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
{
"name": "treemap-github-embedding",
"version": "0.1.0",
"version": "0.6.1",
"private": "true",
"homepage": "https://hpicgs.github.io/github-software-analytics-embedding/",
"scripts": {
"build": "tsc --noEmit && vite build",
"build:pages": "tsc --noEmit && vite build --base /github-software-analytics-embedding/",
"build:embed": "tsc --noEmit && vite build --config vite.config-embed.ts",
"deploy": "gh-pages -d dist",
"dev": "vite",
"dev:pages": "vite --base /github-software-analytics-embedding/",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview"
"preview": "vite preview",
"preview:pages": "vite preview --base /github-software-analytics-embedding/"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.8.6",
"buffer": "^6.0.3",
"isomorphic-fetch": "^3.0.0",
"octokit": "^1.8.1",
"papaparse": "^5.3.2",
"pretty-bytes": "^6.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-router-dom": "6",
Expand Down
Loading

0 comments on commit 0d4cfd1

Please sign in to comment.