Skip to content

Commit

Permalink
wip: nextjs migration
Browse files Browse the repository at this point in the history
esemyonov committed Nov 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ab7b89d commit 84cff12
Showing 3 changed files with 371 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ next-env.d.ts
/docs/policies/
src/components/bundles.json
/policies.*.json
scripts/update-policies.mjs
/bundles.json
src/shiki

367 changes: 367 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "node ./scripts/build.mjs && node ./scripts/update-policies.main.mjs",
"postinstall": "node ./scripts/update-bundles.mjs && node ./scripts/copy-shiki.mjs",
"postbuild": "next-sitemap",
"start": "next start",
@@ -26,6 +27,7 @@
"@types/react-highlight-words": "^0.16.4",
"autoprefixer": "^10.4.12",
"classnames": "^2.3.2",
"esbuild": "^0.19.8",
"flexsearch": "^0.7.31",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
@@ -55,8 +57,8 @@
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"unist-util-visit": "^5.0.0",
"unified": "^10.1.2",
"unist-util-visit": "^5.0.0",
"video.js": "^8.3.0"
},
"devDependencies": {

0 comments on commit 84cff12

Please sign in to comment.