Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 6215e53

Browse files
committed
Use preact
1 parent a28a2d0 commit 6215e53

File tree

2 files changed

+56
-28
lines changed

2 files changed

+56
-28
lines changed

package-lock.json

+49-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@
1414
"@tailwindcss/ui": "^0.3.0",
1515
"autoprefixer": "^9.8.4",
1616
"next": "9.4.4",
17-
"react": "16.13.1",
18-
"react-dom": "16.13.1",
17+
"preact": "^10.4.4",
18+
"preact-render-to-string": "^5.1.4",
19+
"react": "github:preact-compat/react#1.0.0",
20+
"react-dom": "github:preact-compat/react-dom#1.0.0",
21+
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.0.1",
1922
"tailwindcss": "^1.4.6",
2023
"tinytime": "^0.2.6"
2124
},
2225
"devDependencies": {
2326
"@next/bundle-analyzer": "^9.4.4",
27+
"@prefresh/next": "^0.3.0",
2428
"file-loader": "^6.0.0",
29+
"react-refresh": "^0.8.3",
2530
"simple-functional-loader": "^1.2.1"
2631
}
2732
}

0 commit comments

Comments
 (0)