{ "name": "with-typescript-eslint-jest", "author": "@erikdstock", "license": "MIT", "version": "1.0.0", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "type-check": "tsc --pretty --noEmit", "format": "prettier --check .", "lint": "eslint . --ext ts --ext tsx --ext js --quiet", "test": "jest", "test-all": "yarn lint && yarn type-check && yarn test" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "" } }, "lint-staged": { "*.@(ts|tsx)": [ "yarn lint", "yarn format" ] }, "babelMacros": { "twin": { "preset": "styled-components" } }, "dependencies": { "@blockworks-foundation/mango-client": "^0.1.16", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5", "@headlessui/react": "^1.2.0", "@heroicons/react": "^1.0.0", "@project-serum/serum": "^0.13.20", "@project-serum/sol-wallet-adapter": "^0.1.8", "@solana/web3.js": "^0.90.5", "@tippyjs/react": "^4.2.5", "babel-plugin-import": "^1.13.3", "bn.js": "^5.2.0", "bs58": "^4.0.1", "buffer-layout": "^1.2.0", "dayjs": "^1.10.4", "immer": "^9.0.1", "immutable-tuple": "^0.4.10", "next": "^10.1.3", "next-themes": "^0.0.14", "postcss-preset-env": "^6.7.0", "rc-slider": "^9.7.2", "react": "^17.0.1", "react-cool-dimensions": "^2.0.1", "react-dom": "^17.0.1", "react-grid-layout": "^1.2.4", "react-phone-input-2": "^2.14.0", "react-portal": "^4.2.1", "react-super-responsive-table": "^5.2.0", "recharts": "^2.0.9", "zustand": "^3.3.3" }, "devDependencies": { "@babel/core": "^7.13.10", "@emotion/babel-plugin": "^11.2.0", "@next/bundle-analyzer": "^10.1.3", "@svgr/webpack": "^5.5.0", "@testing-library/react": "^11.2.5", "@types/jest": "^26.0.20", "@types/node": "^14.14.25", "@types/react": "^17.0.1", "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/parser": "^4.14.2", "babel-jest": "^26.6.3", "babel-plugin-macros": "^3.1.0", "babel-plugin-styled-components": "^1.12.0", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.2.0", "husky": "^4.2.3", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "jest-watch-typeahead": "^0.6.1", "lint-staged": "^10.0.10", "postcss": "^8.2.8", "prettier": "^2.0.2", "react-is": "^17.0.2", "tailwindcss": "^2.1.2", "twin.macro": "^2.4.1", "typescript": "^4.1.3" } }