-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 949 Bytes
/
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
{
"name": "cw3-fixed-multisig-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && prettier --check .",
"prettier:write": "prettier --write ."
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.25.6",
"@terra-money/msg-reader": "^3.0.1",
"@terra-money/terra.js": "3.0.0",
"@terra-money/wallet-provider": "3.8.1",
"daisyui": "^1.14.0",
"lodash.clonedeep": "^4.5.0",
"next": "11.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-select": "^5.2.1",
"theme-change": "^2.0.2"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"@types/react": "17.0.19",
"autoprefixer": "^10.3.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}