with preact -- remove package-lock.json...

This commit is contained in:
kitajchuk
2022-05-19 12:37:54 -07:00
parent 9e350b07da
commit ba913802cd
4 changed files with 3131 additions and 15717 deletions

View File

@@ -1,3 +1,5 @@
module.exports = {
const withPreact = require('next-plugin-preact');
module.exports = withPreact({
trailingSlash: true,
};
});

12675
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,10 +20,14 @@
"classnames": "^2.2.6",
"nanoid": "^3.1.22",
"next": "^12.1.4",
"next-plugin-preact": "^3.0.6",
"preact": "^10.7.2",
"preact-render-to-string": "^5.2.0",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9"
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"react-feather": "^2.0.9",
"react-ssr-prepass": "npm:preact-ssr-prepass"
},
"devDependencies": {
"babel-eslint": "^10.1.0",

6157
yarn.lock

File diff suppressed because it is too large Load Diff