-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "warp-playground",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "husky install",
"format": "prettier --write ."
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@tanstack/react-query": "^4.29.7",
"@terra-money/feather.js": "^1.0.11",
"@terra-money/wallet-kit": "^1.0.12",
"@types/node": "18.16.3",
"@types/react": "18.2.3",
"@types/react-dom": "18.2.3",
"autoprefixer": "10.4.14",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.1",
"chain-registry": "^1.19.0",
"chakra-react-select": "^4.6.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"framer-motion": "^10.12.10",
"mobile-detect": "^1.4.5",
"next": "13.4.8",
"postcss": "8.4.23",
"react": "18.2.0",
"react-datepicker": "^4.12.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-qr-code": "^2.0.11",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"husky": "^8.0.0",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8"
}
}