forked from LaconicNetwork/icns-frontend
Update package.json
This commit is contained in:
parent
7d914cc67a
commit
934428aba4
10
package.json
10
package.json
@ -10,18 +10,17 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "18.11.9",
|
|
||||||
"@types/react": "18.0.25",
|
|
||||||
"@types/react-dom": "18.0.9",
|
|
||||||
"next": "13.0.5",
|
"next": "13.0.5",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"twitter-api-sdk": "^1.2.1",
|
"twitter-api-sdk": "^1.2.1",
|
||||||
"typescript": "4.9.3"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next/eslint-plugin-next": "^13.0.5",
|
"@next/eslint-plugin-next": "^13.0.5",
|
||||||
"@types/eslint": "^8.4.10",
|
"@types/eslint": "^8.4.10",
|
||||||
|
"@types/node": "18.11.9",
|
||||||
|
"@types/react": "18.0.25",
|
||||||
|
"@types/react-dom": "18.0.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||||
"@typescript-eslint/parser": "^5.45.0",
|
"@typescript-eslint/parser": "^5.45.0",
|
||||||
"eslint": "8.28.0",
|
"eslint": "8.28.0",
|
||||||
@ -34,6 +33,7 @@
|
|||||||
"eslint-plugin-react": "^7.31.11",
|
"eslint-plugin-react": "^7.31.11",
|
||||||
"eslint-plugin-react-hooks": "^4.6.0",
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||||||
"eslint-plugin-unicorn": "^45.0.1",
|
"eslint-plugin-unicorn": "^45.0.1",
|
||||||
"prettier": "^2.8.0"
|
"prettier": "^2.8.0",
|
||||||
|
"typescript": "4.9.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user