Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiwaAdey authored Oct 31, 2023
1 parent 2b506ce commit 520ec0f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,21 @@
"name": "clerp-protocol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^1.1.1",
"dotenv": "^10.0.0",
"ethers": "^5.4.3",
"mongoose": "^6.0.12",
"next": "11.1.0",
"next-redux-wrapper": "^7.0.5",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.19.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.1.3",
"sass": "^1.43.4"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"autoprefixer": "^10.3.1",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.5.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7",
"babel-eslint": "^10.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2"
Expand Down

0 comments on commit 520ec0f

Please sign in to comment.