{ "name": "otentikator", "version": "2.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "jest --watch --verbose", "postinstall": "husky install", "release": "standard-version", "commit": "git-cz", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "config": { "commitizen": { "path": "@commitlint/cz-commitlint" } }, "dependencies": { "@next/font": "13.1.1", "@types/node": "18.11.18", "@types/react": "18.0.26", "@types/react-dom": "18.0.10", "add": "^2.0.6", "autoprefixer": "^10.4.14", "daisyui": "^2.46.1", "eslint": "8.31.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-next": "13.1.1", "eslint-plugin-prettier": "^4.2.1", "next": "13.1.1", "otpauth": "^9.0.2", "postcss": "^8.4.21", "prettier": "^2.8.1", "react": "18.2.0", "react-dom": "18.2.0", "react-hot-toast": "^2.4.0", "react-media-devices": "^1.1.0", "react-zxing": "^1.1.3", "tailwindcss": "^3.2.4", "typescript": "^4.9.5", "use-deep-compare-effect": "^1.8.1", "yarn": "^1.22.19" }, "devDependencies": { "@babel/core": "^7.21.3", "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", "@commitlint/cz-commitlint": "^17.4.4", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-interactions": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addon-styling": "^0.3.1", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", "@storybook/react": "^6.5.16", "@storybook/testing-library": "^0.0.13", "@tailwindcss/typography": "^0.5.9", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.4.0", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "babel-loader": "^8.3.0", "commitizen": "^4.3.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-storybook": "^0.6.11", "husky": "^8.0.3", "inquirer": "8", "jest": "^29.4.3", "jest-environment-jsdom": "^29.4.3", "postcss-loader": "^7.1.0", "react-test-renderer": "^18.2.0", "standard-version": "^9.5.0", "ts-jest": "^29.0.5" } }