forked from Fuzio-DeFi-Network/sei-multisig-ui
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"dependencies": {
"@cosmjs/amino": "^0.30.1",
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/ledger-amino": "^0.30.1",
"@cosmjs/math": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/utils": "^0.30.1",
"@keplr-wallet/types": "^0.11.56",
"@ledgerhq/hw-transport-webusb": "^6.27.13",
"axios": "^1.3.5",
"copy-to-clipboard": "^3.3.3",
"eslint-config-canonical": "^41.0.5",
"faunadb": "^4.8.0",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view-lite": "^0.9.6",
"react-select": "^5.7.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.18.8",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.59.11",
"cosmjs-types": "^0.7.2",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-canonical": "^4.2.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.7",
"typescript": "^5.2.2"
},
"name": "create-next-example-app",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint --max-warnings 0 \"./**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --max-warnings 0 \"./**/*.{js,jsx,ts,tsx}\" --fix",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest"
}
}