Skip to content

Commit

Permalink
perf: ⚡ Ajustes de performance na aplicação principal
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellington Braga committed Jul 26, 2024
1 parent 03afc92 commit 60ea4a4
Show file tree
Hide file tree
Showing 76 changed files with 1,005 additions and 875 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
{ "namedComponents": "arrow-function" }
],
"class-methods-use-this": "off",
"indent": "off"
"indent": "off",
"max-len": "off",
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }]
}
}
4 changes: 2 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { StorybookConfig } from "@storybook/nextjs";

const config: StorybookConfig = {
stories: [
"../docs/**/*.mdx",
"../docs/**/*.stories.@(js|jsx|mjs|ts|tsx)"
"../src/docs/**/*.mdx",
"../src/docs/**/*.stories.@(js|jsx|mjs|ts|tsx)"
],
addons: [
"@storybook/addon-links",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.3",
"sequelize-typescript": "^2.1.6",
"sharp": "^0.33.2",
"sqlite3": "^5.1.7",
"styled-components": "^6.1.0",
"swr": "^2.2.4",
"usehooks-ts": "^2.14.0",
"zustand": "^4.5.0",
"sharp": "^0.33.2"
"zod": "^3.23.8",
"zustand": "^4.5.0"
},
"devDependencies": {
"dotenv-cli": "^7.4.2",
"sequelize-cli": "^6.6.2",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@next/eslint-plugin-next": "^14.1.0",
Expand All @@ -88,6 +87,7 @@
"@typescript-eslint/parser": "^6.21.0",
"chromatic": "^10.2.0",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.4.2",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.1",
Expand All @@ -109,6 +109,7 @@
"lint-staged": "^15.2.2",
"postcss-styled-syntax": "^0.5.0",
"prettier": "3.2.5",
"sequelize-cli": "^6.6.2",
"storybook": "^7.6.7",
"storybook-addon-mock": "^4.3.0",
"typescript": "^5.5.3"
Expand All @@ -129,4 +130,4 @@
"url": "https://github.com/welllucky/services/issues"
},
"homepage": "https://github.com/welllucky/services#readme"
}
}
327 changes: 0 additions & 327 deletions public/_manifest.json

This file was deleted.

Loading

0 comments on commit 60ea4a4

Please sign in to comment.