icns-frontend/package.json

53 lines
1.5 KiB
JSON
Raw Normal View History

2022-11-30 08:11:45 +00:00
{
"name": "icns-frontend",
"version": "0.1.0",
"private": true,
2022-11-30 14:18:18 +00:00
"packageManager": "yarn@3.3.0",
2022-11-30 08:11:45 +00:00
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-12-12 06:19:24 +00:00
"@keplr-wallet/common": "^0.11.23",
"@keplr-wallet/cosmos": "^0.11.23",
"@keplr-wallet/proto-types": "^0.11.23",
2022-12-12 05:25:47 +00:00
"@keplr-wallet/types": "^0.11.23",
2022-12-12 06:19:24 +00:00
"axios": "^0.27.2",
"buffer": "^6.0.3",
2022-12-05 10:50:13 +00:00
"crypto": "^1.0.1",
"iron-session": "^6.3.1",
2022-11-30 08:11:45 +00:00
"next": "13.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
2022-12-12 06:51:25 +00:00
"react-modal": "^3.16.1",
2022-12-12 08:40:36 +00:00
"react-typed": "^1.2.0",
"styled-components": "^5.3.6"
2022-11-30 10:36:59 +00:00
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.5",
"@types/eslint": "^8.4.10",
2022-11-30 15:04:47 +00:00
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
2022-12-12 06:51:25 +00:00
"@types/react-modal": "^3",
"@types/styled-components": "^5",
2022-11-30 10:36:59 +00:00
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^45.0.1",
2022-11-30 15:04:47 +00:00
"prettier": "^2.8.0",
"typescript": "4.9.3"
2022-11-30 08:11:45 +00:00
}
}