50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "create-next-example-app",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"test": "jest --watch",
|
|
"test:ci": "jest",
|
|
"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.31.0-alpha.2",
|
|
"@cosmjs/cosmwasm-stargate": "^0.31.0-alpha.2",
|
|
"@cosmjs/crypto": "^0.31.0-alpha.2",
|
|
"@cosmjs/encoding": "^0.31.0-alpha.2",
|
|
"@cosmjs/ledger-amino": "^0.31.0-alpha.2",
|
|
"@cosmjs/math": "^0.31.0-alpha.2",
|
|
"@cosmjs/proto-signing": "^0.31.0-alpha.2",
|
|
"@cosmjs/stargate": "^0.31.0-alpha.2",
|
|
"@cosmjs/utils": "^0.31.0-alpha.2",
|
|
"@keplr-wallet/types": "^0.11.56",
|
|
"@ledgerhq/hw-transport-webusb": "^6.27.13",
|
|
"axios": "^1.3.5",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"cosmjs-types": "^0.8.0",
|
|
"faunadb": "^4.8.0",
|
|
"next": "^13.3.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-select": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^18.0.34",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
|
"@typescript-eslint/parser": "^5.58.0",
|
|
"eslint": "^8.38.0",
|
|
"eslint-config-next": "^13.3.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"prettier": "^2.8.7",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|