Skip to content

Commit

Permalink
apply prettier on /client
Browse files Browse the repository at this point in the history
  • Loading branch information
ranmerc committed Dec 26, 2024
1 parent 41a0980 commit 71332da
Show file tree
Hide file tree
Showing 67 changed files with 28,428 additions and 27,588 deletions.
38,064 changes: 19,032 additions & 19,032 deletions client/package-lock.json

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"name": "smartlist",
"version": "0.1.0",
"private": true,
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-oauth/google": "^0.12.1",
"@testing-library/user-event": "^13.5.0",
"@vercel/analytics": "^1.4.0",
"ajv": "^8.17.1",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.15.0",
"lodash": "^4.17.21",
"lucide-react": "^0.456.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.0.2",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"tailwind-scrollbar": "^3.1.0",
"use-debounce": "^10.0.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"autoprefixer": "^10.4.20",
"jest": "^27.5.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15"
}
}
{
"name": "smartlist",
"version": "0.1.0",
"private": true,
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-oauth/google": "^0.12.1",
"@testing-library/user-event": "^13.5.0",
"@vercel/analytics": "^1.4.0",
"ajv": "^8.17.1",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.15.0",
"lodash": "^4.17.21",
"lucide-react": "^0.456.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.0.2",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"tailwind-scrollbar": "^3.1.0",
"use-debounce": "^10.0.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"autoprefixer": "^10.4.20",
"jest": "^27.5.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15"
}
}
2 changes: 1 addition & 1 deletion client/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {}
}
}
};
67 changes: 42 additions & 25 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="google-site-verification" content="A3mZ86QtEvzk3xxBjckXhmMjoxLIuY4r9T7036J5YSc" />
<link rel="icon" href="%PUBLIC_URL%/favicon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="QuestLog - An AI-powered gamified productivity app"
/>
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>QuestLog</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="google-site-verification"
content="A3mZ86QtEvzk3xxBjckXhmMjoxLIuY4r9T7036J5YSc"
/>
<link rel="icon" href="%PUBLIC_URL%/favicon/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="QuestLog - An AI-powered gamified productivity app"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="%PUBLIC_URL%/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="%PUBLIC_URL%/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="%PUBLIC_URL%/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<title>QuestLog</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
4 changes: 2 additions & 2 deletions client/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "QuestLog",
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
Expand All @@ -13,4 +13,4 @@
"purpose": "any maskable"
}
]
}
}
Loading

0 comments on commit 71332da

Please sign in to comment.