Compare commits
2 Commits
8c4bd9578b
...
791a023e3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 791a023e3d | |||
| 0ffac7ace2 |
5405
package-lock.json
generated
5405
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
27
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "werewolf-kid-creations-website",
|
||||
"homepage": "https://werewolfkid.monster/",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
@@ -12,24 +12,25 @@
|
||||
"pretty": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^3.33.0",
|
||||
"@chakra-ui/react": "^3.34.0",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"next": "16.1.6",
|
||||
"next": "16.2.1",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-icons": "^5.5.0"
|
||||
"react-icons": "^5.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@eslint/js": "^9.39.3",
|
||||
"@types/node": "^25.3.0",
|
||||
"@eslint/eslintrc": "^3.3.5",
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
||||
"@typescript-eslint/parser": "^8.56.0",
|
||||
"eslint": "^9.39.3",
|
||||
"eslint-config-next": "16.1.6",
|
||||
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
||||
"@typescript-eslint/parser": "^8.57.1",
|
||||
"baseline-browser-mapping": "^2.10.10",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-config-next": "16.2.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
@@ -37,7 +38,7 @@
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"prettier": "3.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.56.0"
|
||||
"typescript-eslint": "^8.57.1"
|
||||
},
|
||||
"packageManager": "yarn@4.12.0"
|
||||
"packageManager": "yarn@4.13.0"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import React from "react";
|
||||
import Script from "next/script";
|
||||
import { Provider } from "@/components/ui/provider";
|
||||
import { metadata } from "./page";
|
||||
|
||||
@@ -85,6 +86,8 @@ export default function RootLayout(props: { children: React.ReactNode }) {
|
||||
/>
|
||||
<link rel="manifest" href="/images/logo/favicon/site.webmanifest" />
|
||||
<body>
|
||||
<div id="my-banner"></div>
|
||||
<Script src="https://keepandroidopen.org/banner.js?size=mini?link=https://keepandroidopen.org&hidebutton=off&id=android-banner&animation=off" />
|
||||
<Provider>{children}</Provider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user