Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[add] Drawer component
Browse files Browse the repository at this point in the history
[migrate] Home page & components
  • Loading branch information
TechQuery committed Feb 10, 2024
1 parent f4995f8 commit e72a0ec
Show file tree
Hide file tree
Showing 12 changed files with 354 additions and 163 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"cell-router": "^3.0.0-rc.5",
"classnames": "^2.5.1",
"dom-renderer": "^2.1.3",
"github-web-widget": "^4.0.0-rc.1",
"github-web-widget": "^4.0.0-rc.2",
"mobx": "^6.12.0",
"mobx-react": "^9.1.0",
"web-cell": "^3.0.0-rc.14",
"web-cell": "^3.0.0-rc.15",
"web-utility": "^4.1.3"
},
"devDependencies": {
Expand All @@ -33,6 +33,8 @@
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"parcel": "~2.11.0",
"postcss": "^8.4.35",
"postcss-modules": "^4.3.1",
"prettier": "^3.2.5",
"typescript": "~5.3.3",
"workbox-cli": "^7.0.0"
Expand All @@ -47,7 +49,7 @@
"*.{html,md,mdx,css,less,json,yml,js,ts,tsx}": "prettier --write"
},
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"test": "lint-staged",
"pack-mdx": "mark-cell document/source -p web-cell -f createCell",
"pack-tsx": "parcel build source/index.html --public-url .",
Expand Down
176 changes: 153 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit e72a0ec

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for material-cell ready!

✅ Preview
https://material-cell-hdlfu46t2-techquery.vercel.app

Built with commit e72a0ec.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.