Skip to content

Commit

Permalink
chore: move website to apps/web
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed Jun 6, 2023
1 parent 900e0a8 commit fafcee5
Show file tree
Hide file tree
Showing 52 changed files with 8 additions and 82,380 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 7 additions & 6 deletions website/package.json → apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "website",
"name": "web",
"private": true,
"description": "React hook library, ready to use, written in Typescript.",
"author": "Julien CARON <[email protected]>",
Expand All @@ -12,7 +12,6 @@
],
"license": "MIT",
"scripts": {
"prebuild": "pnpm test",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"serve": "gatsby serve",
"start": "gatsby develop",
Expand All @@ -35,6 +34,7 @@
"@mui/styles": "^5.4.1",
"@mui/system": "^5.10.5",
"@n8tb1t/use-scroll-position": "^2.0.3",
"algoliasearch": "^4.17.1",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"gatsby": "^4.23.0",
Expand All @@ -49,14 +49,15 @@
"gatsby-plugin-root-import": "^2.0.6",
"gatsby-plugin-sitemap": "^5.23.0",
"gatsby-plugin-typescript": "^4.23.0",
"gatsby-react-router-scroll": "^6.10.0",
"gatsby-source-filesystem": "^4.23.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch-dom": "^6.33.0",
"react-scroll": "^1.8.3",
"remark-codesandbox": "^0.10.1",
"usehooks-ts": "file:../"
"usehooks-ts": "*"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.5",
Expand All @@ -65,7 +66,7 @@
"@types/react-instantsearch-dom": "^6.12.2",
"@types/react-scroll": "^1.8.4",
"eslint": "^8.9.0",
"eslint-config-custom": "file:../packages/eslint-config-custom",
"eslint-config-custom": "*",
"gatsby-cli": "^4.23.0",
"netlify-cli": "^11.8.0",
"prettier": "^2.7.1",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Modal from '@mui/material/Modal'
import MuiPaper from '@mui/material/Paper'
import Typography from '@mui/material/Typography'
import { styled } from '@mui/system'
import algoliasearch from 'algoliasearch/lite'
import algoliasearch from 'algoliasearch'
import {
Configure,
connectSearchBox,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit fafcee5

Please sign in to comment.