-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wellington Braga
committed
Sep 21, 2024
1 parent
cbdda7a
commit edb2db5
Showing
14 changed files
with
4,302 additions
and
5,809 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,134 +1,134 @@ | ||
{ | ||
"name": "services", | ||
"version": "0.1.19", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/welllucky/services.git" | ||
}, | ||
"author": { | ||
"name": "Wellington Braga", | ||
"email": "[email protected]" | ||
}, | ||
"license": "LGPL-3.0-only", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"lint": "next lint", | ||
"test": "yarn e2e:run", | ||
"e2e:open": "playwright test --ui", | ||
"e2e:run": "playwright test", | ||
"e2e:debug": "playwright test --debug", | ||
"e2e:gen": "playwright codegen", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"chromatic": "npx chromatic --project-token=chpt_79aa966e7eb4a6e --auto-accept-changes", | ||
"test-storybook": "test-storybook", | ||
"json-server": "json-server --watch db.json --port 4000", | ||
"migrate": "dotenv -- sequelize-cli db:migrate", | ||
"migrate:undo": "dotenv -- sequelize-cli db:migrate:undo", | ||
"migrate:undo:all": "dotenv -- sequelize-cli db:migrate:undo:all", | ||
"seed": "dotenv -- sequelize-cli db:seed:all", | ||
"seed:undo": "dotenv -- sequelize-cli db:seed:undo", | ||
"seed:undo:all": "dotenv -- sequelize-cli db:seed:undo:all" | ||
}, | ||
"dependencies": { | ||
"@emotion/is-prop-valid": "^1.2.1", | ||
"@phosphor-icons/react": "^2.0.15", | ||
"@react-spring/web": "^9.7.3", | ||
"@sentry/nextjs": "^8", | ||
"@spotlightjs/spotlight": "^2.2.2", | ||
"@uidotdev/usehooks": "^2.4.1", | ||
"@use-gesture/react": "^10.3.0", | ||
"@vercel/analytics": "^1.1.1", | ||
"@vercel/speed-insights": "^1.0.2", | ||
"axios": "^1.4.0", | ||
"immer": "^10.0.3", | ||
"mysql2": "^3.10.3", | ||
"next": "~14.2.5", | ||
"next-pwa": "^5.6.0", | ||
"react": "^18.2.0", | ||
"react-cookie": "^7.0.2", | ||
"react-dom": "^18.2.0", | ||
"react-hook-form": "^7.49.2", | ||
"react-hot-toast": "^2.4.1", | ||
"react-loading-skeleton": "^3.4.0", | ||
"react-modal": "^3.16.1", | ||
"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", | ||
"zod": "^3.23.8", | ||
"zustand": "^4.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@babel/preset-react": "^7.23.3", | ||
"@next/eslint-plugin-next": "^14.1.0", | ||
"@playwright/test": "^1.46.0", | ||
"@storybook/addon-coverage": "^1.0.0", | ||
"@storybook/addon-essentials": "^7.6.7", | ||
"@storybook/addon-interactions": "^7.6.7", | ||
"@storybook/addon-links": "^7.6.7", | ||
"@storybook/addon-mdx-gfm": "^7.6.7", | ||
"@storybook/addon-onboarding": "^1.0.10", | ||
"@storybook/addon-themes": "^7.6.7", | ||
"@storybook/blocks": "^7.6.7", | ||
"@storybook/nextjs": "^7.6.7", | ||
"@storybook/react": "^7.6.7", | ||
"@types/node": "^20.14.11", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@types/react-modal": "^3.16.3", | ||
"@types/validator": "^13.12.0", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@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", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-config-standard-with-typescript": "^43.0.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-security": "^1.5.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-sonarjs": "^0.15.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
"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" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/welllucky/services/issues" | ||
}, | ||
"homepage": "https://github.com/welllucky/services#readme" | ||
} | ||
{ | ||
"name": "services", | ||
"version": "0.1.19", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/welllucky/services.git" | ||
}, | ||
"author": { | ||
"name": "Wellington Braga", | ||
"email": "[email protected]" | ||
}, | ||
"license": "LGPL-3.0-only", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"lint": "next lint", | ||
"test": "e2e:run", | ||
"e2e:open": "playwright test --ui", | ||
"e2e:run": "playwright test", | ||
"e2e:debug": "playwright test --debug", | ||
"e2e:gen": "playwright codegen", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"chromatic": "pnpm dlx chromatic --project-token=chpt_79aa966e7eb4a6e --auto-accept-changes", | ||
"test-storybook": "test-storybook", | ||
"json-server": "json-server --watch db.json --port 4000", | ||
"migrate": "dotenv -- sequelize-cli db:migrate", | ||
"migrate:undo": "dotenv -- sequelize-cli db:migrate:undo", | ||
"migrate:undo:all": "dotenv -- sequelize-cli db:migrate:undo:all", | ||
"seed": "dotenv -- sequelize-cli db:seed:all", | ||
"seed:undo": "dotenv -- sequelize-cli db:seed:undo", | ||
"seed:undo:all": "dotenv -- sequelize-cli db:seed:undo:all" | ||
}, | ||
"dependencies": { | ||
"@emotion/is-prop-valid": "^1.3.0", | ||
"@phosphor-icons/react": "^2.1.7", | ||
"@react-spring/web": "^9.7.4", | ||
"@sentry/nextjs": "^8.30.0", | ||
"@spotlightjs/spotlight": "^2.4.1", | ||
"@uidotdev/usehooks": "^2.4.1", | ||
"@use-gesture/react": "^10.3.1", | ||
"@vercel/analytics": "^1.3.1", | ||
"@vercel/speed-insights": "^1.0.12", | ||
"axios": "^1.7.7", | ||
"immer": "^10.1.1", | ||
"mysql2": "^3.11.3", | ||
"next": "~14.2.13", | ||
"next-pwa": "^5.6.0", | ||
"react": "^18.3.1", | ||
"react-cookie": "^7.2.0", | ||
"react-dom": "^18.3.1", | ||
"react-hook-form": "^7.53.0", | ||
"react-hot-toast": "^2.4.1", | ||
"react-loading-skeleton": "^3.4.0", | ||
"react-modal": "^3.16.1", | ||
"reflect-metadata": "^0.2.2", | ||
"sequelize": "^6.37.3", | ||
"sequelize-typescript": "^2.1.6", | ||
"sharp": "^0.33.5", | ||
"sqlite3": "^5.1.7", | ||
"styled-components": "^6.1.13", | ||
"swr": "^2.2.5", | ||
"usehooks-ts": "^3.1.0", | ||
"zod": "^3.23.8", | ||
"zustand": "5.0.0-rc.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.25.1", | ||
"@babel/preset-react": "^7.24.7", | ||
"@next/eslint-plugin-next": "^14.2.13", | ||
"@playwright/test": "^1.47.2", | ||
"@storybook/addon-coverage": "^1.0.4", | ||
"@storybook/addon-essentials": "^8.3.2", | ||
"@storybook/addon-interactions": "^8.3.2", | ||
"@storybook/addon-links": "^8.3.2", | ||
"@storybook/addon-mdx-gfm": "^8.3.2", | ||
"@storybook/addon-onboarding": "^8.3.2", | ||
"@storybook/addon-themes": "^8.3.2", | ||
"@storybook/blocks": "^8.3.2", | ||
"@storybook/nextjs": "^8.3.2", | ||
"@storybook/react": "^8.3.2", | ||
"@types/node": "^22.5.5", | ||
"@types/react": "^18.3.8", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react-modal": "^3.16.3", | ||
"@types/validator": "^13.12.2", | ||
"@typescript-eslint/eslint-plugin": "^8.6.0", | ||
"@typescript-eslint/parser": "^8.6.0", | ||
"chromatic": "^11.10.2", | ||
"dotenv": "^16.4.5", | ||
"dotenv-cli": "^7.4.2", | ||
"eslint": "^9.11.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-love": "^66.0.0", | ||
"eslint-config-next": "14.2.13", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-n": "^17.10.3", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-promise": "^7.1.0", | ||
"eslint-plugin-react": "^7.36.1", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-security": "^3.0.1", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"eslint-plugin-sonarjs": "^2.0.2", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
"eslint-plugin-tsdoc": "^0.3.0", | ||
"lint-staged": "^15.2.10", | ||
"postcss-styled-syntax": "^0.6.4", | ||
"prettier": "3.3.3", | ||
"sequelize-cli": "^6.6.2", | ||
"storybook": "^8.3.2", | ||
"storybook-addon-mock": "^5.0.0", | ||
"typescript": "^5.6.2" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/welllucky/services/issues" | ||
}, | ||
"homepage": "https://github.com/welllucky/services#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.