feat: initial webapp structure from notion2site

This commit is contained in:
Travis Fischer
2021-01-15 11:31:09 -05:00
parent 253400fba9
commit 5765d3f5bc
47 changed files with 1894 additions and 68 deletions

View File

@@ -15,8 +15,8 @@
"start": "next start",
"deploy": "vercel --prod",
"deps": "run-s deps:*",
"deps:update": "[ -z $GITHUB_ACTIONS ] && yarn add notion-client notion-types notion-utils || echo 'Skipping deps:update on CI'",
"deps:link": "[ -z $GITHUB_ACTIONS ] && yarn link notion-client notion-types notion-utils || echo 'Skipping deps:link on CI'",
"deps:update": "[ -z $GITHUB_ACTIONS ] && yarn add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:link": "[ -z $GITHUB_ACTIONS ] && yarn link notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:link on CI'",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
@@ -27,15 +27,21 @@
"dependencies": {
"@google-cloud/firestore": "^4.8.1",
"classnames": "^2.2.6",
"dangerously-set-html-content": "^1.0.8",
"fathom-client": "^3.0.0",
"got": "^11.8.1",
"is-url-superb": "^5.0.0",
"lqip-modern": "^1.1.3",
"next": "10.0.5",
"notion-client": "^2.4.1",
"notion-types": "^2.2.1",
"notion-utils": "^2.4.1",
"notion-client": "^2.5.3",
"notion-types": "^2.5.1",
"notion-utils": "^2.5.1",
"p-map": "^4.0.0",
"p-memoize": "^4.0.0",
"react": "17.0.1",
"react-body-classname": "^1.3.1",
"react-dom": "17.0.1",
"react-notion-x": "^2.5.3",
"react-use": "^15.3.3"
},
"devDependencies": {