62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "icns-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "yarn@3.3.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@amplitude/analytics-browser": "^1.6.6",
|
|
"@keplr-wallet/common": "^0.11.25",
|
|
"@keplr-wallet/cosmos": "^0.11.25",
|
|
"@keplr-wallet/proto-types": "^0.11.25",
|
|
"@keplr-wallet/types": "^0.11.25",
|
|
"@sentry/nextjs": "^7.27.0",
|
|
"axios": "^0.27.2",
|
|
"buffer": "^6.0.3",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"iron-session": "^6.3.1",
|
|
"next": "13.0.5",
|
|
"react": "18.2.0",
|
|
"react-countup": "^6.4.0",
|
|
"react-dom": "18.2.0",
|
|
"react-is": "^18.2.0",
|
|
"react-modal": "^3.16.1",
|
|
"react-tooltip": "^5.2.0",
|
|
"react-typed": "^1.2.0",
|
|
"semver": "^7.3.8",
|
|
"styled-components": "^5.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^13.0.5",
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@types/cors": "^2",
|
|
"@types/eslint": "^8.4.10",
|
|
"@types/node": "18.11.9",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.9",
|
|
"@types/react-modal": "^3",
|
|
"@types/semver": "^7",
|
|
"@types/styled-components": "^5",
|
|
"@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",
|
|
"prettier": "^2.8.0",
|
|
"typescript": "4.9.3"
|
|
}
|
|
}
|