Merge pull request 'update-bg' (#17) from update-bg into main
Reviewed-on: #17
This commit is contained in:
40
package.json
40
package.json
@@ -1,14 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "lucid-creations-website",
|
"name": "werewolf-kid-creations-website",
|
||||||
"homepage": "https://new.lucidcreations.media/",
|
"homepage": "https://werewolfkid.monster/",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "This is a personal website that I have no specific goals for other than to have fun and share things that I want to.",
|
|
||||||
"author": {
|
|
||||||
"name": "Lucid Creations Media",
|
|
||||||
"url": "https://lucidcreations.media",
|
|
||||||
"email": "social@lucidcreations.media"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
@@ -18,32 +12,32 @@
|
|||||||
"pretty": "prettier --write ."
|
"pretty": "prettier --write ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/react": "^3.27.0",
|
"@chakra-ui/react": "^3.27.1",
|
||||||
"@emotion/react": "^11.14.0",
|
"@emotion/react": "^11.14.0",
|
||||||
"next": "15.5.3",
|
"next": "15.5.4",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"react": "^19.1.1",
|
"react": "^19.2.0",
|
||||||
"react-dom": "^19.1.1",
|
"react-dom": "^19.2.0",
|
||||||
"react-icons": "^5.5.0"
|
"react-icons": "^5.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "^3.3.1",
|
"@eslint/eslintrc": "^3.3.1",
|
||||||
"@eslint/js": "^9.35.0",
|
"@eslint/js": "^9.37.0",
|
||||||
"@types/node": "^24.5.2",
|
"@types/node": "^24.7.2",
|
||||||
"@types/react": "^19.1.13",
|
"@types/react": "^19.2.2",
|
||||||
"@types/react-dom": "^19.1.9",
|
"@types/react-dom": "^19.2.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
||||||
"@typescript-eslint/parser": "^8.44.0",
|
"@typescript-eslint/parser": "^8.46.0",
|
||||||
"eslint": "^9.35.0",
|
"eslint": "^9.37.0",
|
||||||
"eslint-config-next": "15.5.3",
|
"eslint-config-next": "15.5.4",
|
||||||
"eslint-config-prettier": "^10.1.8",
|
"eslint-config-prettier": "^10.1.8",
|
||||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||||
"eslint-plugin-prettier": "^5.5.4",
|
"eslint-plugin-prettier": "^5.5.4",
|
||||||
"eslint-plugin-react": "^7.37.5",
|
"eslint-plugin-react": "^7.37.5",
|
||||||
"eslint-plugin-react-hooks": "^5.2.0",
|
"eslint-plugin-react-hooks": "^7.0.0",
|
||||||
"prettier": "3.6.2",
|
"prettier": "3.6.2",
|
||||||
"typescript": "^5.9.2",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.44.0"
|
"typescript-eslint": "^8.46.0"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.9.2"
|
"packageManager": "yarn@4.9.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ export const metadata: Metadata = {
|
|||||||
const colorScheme = {
|
const colorScheme = {
|
||||||
primary: "cyan",
|
primary: "cyan",
|
||||||
secondary: "cyan.600",
|
secondary: "cyan.600",
|
||||||
bg: "cyan.950",
|
bg: "teal.950",
|
||||||
button: "#5bbdbc",
|
button: "#5bbdbc",
|
||||||
buttonText: "gray.950"
|
buttonText: "gray.950"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user