-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
{
"name": "web-template",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 0.0.0.0 -p ${PORT:-8000}",
"lint": "next lint && prettier --check .",
"prettier:write": "prettier --write ."
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.28.13",
"@cosmjs/proto-signing": "^0.28.13",
"@cosmjs/stargate": "^0.28.13",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"@tanstack/react-query": "^4.2.3",
"@terra-money/terra.js": "^3.1.7",
"@terra-money/wallet-provider": "^3.11.1",
"axios": "^0.27.2",
"daisyui": "^2.24.0",
"next": "12.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"recoil": "^0.7.6",
"theme-change": "^2.0.2"
},
"devDependencies": {
"@keplr-wallet/types": "^0.10.20",
"@types/react": "17.0.19",
"autoprefixer": "^10.4.8",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.3.5"
}
}