46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "create-next-example-app",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint --max-warnings 0 \"./**/*.{js,jsx,ts,tsx}\"",
|
|
"lint:fix": "eslint --max-warnings 0 \"./**/*.{js,jsx,ts,tsx}\" --fix"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/amino": "^0.28.4",
|
|
"@cosmjs/crypto": "^0.28.4",
|
|
"@cosmjs/encoding": "^0.28.4",
|
|
"@cosmjs/ledger-amino": "^0.28.4",
|
|
"@cosmjs/math": "^0.28.4",
|
|
"@cosmjs/proto-signing": "^0.28.4",
|
|
"@cosmjs/stargate": "^0.28.4",
|
|
"@cosmjs/utils": "^0.28.4",
|
|
"@keplr-wallet/types": "^0.9.0-alpha.4",
|
|
"@ledgerhq/hw-transport-webusb": "^6.24.1",
|
|
"axios": "^0.21.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"faunadb": "^4.1.1",
|
|
"next": "^12.1.6",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-select": "^5.2.2",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.35",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-select": "^5.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"cosmjs-types": "^0.4.1",
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.7.2"
|
|
}
|
|
}
|