Skip to content

Commit

Permalink
fix: package lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Apr 15, 2024
1 parent cd7b7d1 commit 28dcd9f
Showing 1 changed file with 91 additions and 91 deletions.
182 changes: 91 additions & 91 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,93 +1,93 @@
{
"name": "yearnfi",
"version": "0.3.7",
"scripts": {
"dev": "next",
"inspect": "NODE_OPTIONS='--inspect' next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"export": "tsc && next build && next export -o ipfs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier --check \"./**/**/*.{json,js,ts,tsx,scss}\"",
"prettier-format": "prettier --config .prettierrc \"./**/**/*.{json,js,ts,tsx,scss,md}\" --write",
"tslint": "tsc -p tsconfig.json --noEmit",
"bump": "bump",
"prepare": "husky install",
"test": "vitest run"
},
"dependencies": {
"@builtbymom/web3": "^0.0.74",
"@cowprotocol/cow-sdk": "2.1.0",
"@headlessui/react": "^1.7.18",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tailwindcss/typography": "^0.5.10",
"@wagmi/core": "^2.6.5",
"@yearn-finance/web-lib": "3.0.186",
"axios": "^1.6.7",
"ethers": "5.7.2",
"framer-motion": "^11.0.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"next": "^14.0.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-paginate": "^8.2.0",
"recharts": "^2.12.2",
"swr": "^2.2.5",
"viem": "^2.8.4",
"vite": "^5.1.6",
"wagmi": "^2.5.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.3",
"@next/eslint-plugin-next": "^14.1.3",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"bump": "^0.2.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.15.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"next-transpile-modules": "^10.0.1",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
"webpack": "^5.90.3"
},
"resolutions": {
"json5": ">=2.2.2",
"postcss": ">=8.4.31"
},
"engines": {
"node": ">=18.17.0"
}
"name": "yearnfi",
"version": "0.3.7",
"scripts": {
"dev": "next",
"inspect": "NODE_OPTIONS='--inspect' next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"export": "tsc && next build && next export -o ipfs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier --check \"./**/**/*.{json,js,ts,tsx,scss}\"",
"prettier-format": "prettier --config .prettierrc \"./**/**/*.{json,js,ts,tsx,scss,md}\" --write",
"tslint": "tsc -p tsconfig.json --noEmit",
"bump": "bump",
"prepare": "husky install",
"test": "vitest run"
},
"dependencies": {
"@builtbymom/web3": "^0.0.74",
"@cowprotocol/cow-sdk": "2.1.0",
"@headlessui/react": "^1.7.18",
"@rainbow-me/rainbowkit": "^2.0.2",
"@tailwindcss/typography": "^0.5.10",
"@wagmi/core": "^2.6.5",
"@yearn-finance/web-lib": "3.0.186",
"axios": "^1.6.7",
"ethers": "5.7.2",
"framer-motion": "^11.0.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"next": "^14.0.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-paginate": "^8.2.0",
"recharts": "^2.12.2",
"swr": "^2.2.5",
"viem": "^2.8.4",
"vite": "^5.1.6",
"wagmi": "^2.5.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.3",
"@next/eslint-plugin-next": "^14.1.3",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"bump": "^0.2.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.15.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"next-transpile-modules": "^10.0.1",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
"webpack": "^5.90.3"
},
"resolutions": {
"json5": ">=2.2.2",
"postcss": ">=8.4.31"
},
"engines": {
"node": ">=18.17.0"
}
}

0 comments on commit 28dcd9f

Please sign in to comment.