-
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
1 parent
747e95c
commit bb5bebe
Showing
3 changed files
with
79 additions
and
105 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
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,81 +1,79 @@ | ||
{ | ||
"name": "teller", | ||
"version": "0.1.0", | ||
"private": true, | ||
"author": { | ||
"name": "Guilherme Moraes" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"test": "jest --passWithNoTests", | ||
"storybook": "start-storybook -p 6006 --no-open --quiet", | ||
"build-storybook": "build-storybook", | ||
"prepare": "husky install", | ||
"chromatic": "chromatic --exit-zero-on-changes" | ||
}, | ||
"dependencies": { | ||
"@hookform/resolvers": "^2.9.7", | ||
"@tanstack/react-query": "^4.0.10", | ||
"@testing-library/dom": "^8.17.1", | ||
"@testing-library/user-event": "^14.4.3", | ||
"axios": "^0.27.2", | ||
"jwt-decode": "^3.1.2", | ||
"next": "12.2.4", | ||
"next-seo": "^5.5.0", | ||
"nookies": "^2.5.2", | ||
"phosphor-react": "^1.4.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-hook-form": "^7.34.0", | ||
"react-hot-toast": "^2.3.0", | ||
"styled-components": "^5.3.5", | ||
"yup": "^0.32.11" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.0.3", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"@storybook/addon-actions": "^6.5.9", | ||
"@storybook/addon-essentials": "^6.5.9", | ||
"@storybook/addon-interactions": "^6.5.9", | ||
"@storybook/addon-links": "^6.5.9", | ||
"@storybook/addons": "^6.5.9", | ||
"@storybook/builder-webpack5": "^6.5.9", | ||
"@storybook/manager-webpack5": "^6.5.9", | ||
"@storybook/react": "^6.5.9", | ||
"@storybook/testing-library": "^0.0.13", | ||
"@storybook/theming": "^6.5.9", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.3.0", | ||
"@types/google.accounts": "^0.0.2", | ||
"@types/node": "18.6.2", | ||
"@types/react": "18.0.15", | ||
"@types/react-dom": "18.0.6", | ||
"@types/react-query": "^1.2.9", | ||
"@types/styled-components": "^5.1.25", | ||
"@typescript-eslint/eslint-plugin": "^5.32.0", | ||
"@typescript-eslint/parser": "^5.32.0", | ||
"babel-plugin-styled-components": "^2.0.7", | ||
"chromatic": "^6.7.2", | ||
"eslint": "8.20.0", | ||
"eslint-config-next": "12.2.3", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-import-helpers": "^1.2.1", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-storybook": "^0.6.1", | ||
"git-branch-is": "^4.0.0", | ||
"husky": "^7.0.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"jest-styled-components": "^7.0.8", | ||
"themeprovider-storybook": "^1.8.0", | ||
"tsconfig-paths-webpack-plugin": "^4.0.0", | ||
"typescript": "4.7.4" | ||
} | ||
"name": "teller", | ||
"version": "0.1.0", | ||
"private": true, | ||
"author": { | ||
"name": "Guilherme Moraes" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"test": "jest --passWithNoTests", | ||
"storybook": "start-storybook -p 6006 --no-open --quiet", | ||
"build-storybook": "build-storybook", | ||
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"@hookform/resolvers": "^2.9.7", | ||
"@tanstack/react-query": "^4.0.10", | ||
"@testing-library/dom": "^8.17.1", | ||
"@testing-library/user-event": "^14.4.3", | ||
"axios": "^0.27.2", | ||
"jwt-decode": "^3.1.2", | ||
"next": "12.2.4", | ||
"next-seo": "^5.5.0", | ||
"nookies": "^2.5.2", | ||
"phosphor-react": "^1.4.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-hook-form": "^7.34.0", | ||
"react-hot-toast": "^2.3.0", | ||
"styled-components": "^5.3.5", | ||
"yup": "^0.32.11" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.0.3", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"@storybook/addon-actions": "^6.5.9", | ||
"@storybook/addon-essentials": "^6.5.9", | ||
"@storybook/addon-interactions": "^6.5.9", | ||
"@storybook/addon-links": "^6.5.9", | ||
"@storybook/addons": "^6.5.9", | ||
"@storybook/builder-webpack5": "^6.5.9", | ||
"@storybook/manager-webpack5": "^6.5.9", | ||
"@storybook/react": "^6.5.9", | ||
"@storybook/testing-library": "^0.0.13", | ||
"@storybook/theming": "^6.5.9", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@testing-library/react": "^13.3.0", | ||
"@types/google.accounts": "^0.0.2", | ||
"@types/node": "18.6.2", | ||
"@types/react": "18.0.15", | ||
"@types/react-dom": "18.0.6", | ||
"@types/react-query": "^1.2.9", | ||
"@types/styled-components": "^5.1.25", | ||
"@typescript-eslint/eslint-plugin": "^5.32.0", | ||
"@typescript-eslint/parser": "^5.32.0", | ||
"babel-plugin-styled-components": "^2.0.7", | ||
"eslint": "8.20.0", | ||
"eslint-config-next": "12.2.3", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-import-helpers": "^1.2.1", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-storybook": "^0.6.1", | ||
"git-branch-is": "^4.0.0", | ||
"husky": "^7.0.0", | ||
"jest": "^28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"jest-styled-components": "^7.0.8", | ||
"themeprovider-storybook": "^1.8.0", | ||
"tsconfig-paths-webpack-plugin": "^4.0.0", | ||
"typescript": "4.7.4" | ||
} | ||
} |
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