-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
111 lines (111 loc) · 2.86 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "stargaze-studio",
"version": "0.8.8",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint --fix \"**/*.{js,cjs,mjs,jsx,ts,tsx}\" && tsc --noEmit --pretty",
"prepare": "husky install",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3",
"@cosmjs/cosmwasm-stargate": "0.32.3",
"@cosmjs/encoding": "0.32.3",
"@cosmjs/math": "0.32.3",
"@cosmjs/proto-signing": "0.32.3",
"@cosmjs/stargate": "0.32.3",
"@cosmos-kit/keplr": "2.8.0",
"@cosmos-kit/leap": "2.8.0",
"@cosmos-kit/leap-metamask-cosmos-snap": "0.8.0",
"@cosmos-kit/react": "2.12.0",
"@fleekxyz/sdk": "1.4.2",
"@fontsource/jetbrains-mono": "^4",
"@fontsource/roboto": "^4",
"@headlessui/react": "1.6.0",
"@headlessui/tailwindcss": "0.2.0",
"@heroicons/react": "2.0.18",
"@interchain-ui/react": "1.23.11",
"@leapwallet/cosmos-snap-provider": "0.1.24",
"@pinata/sdk": "^1.1.26",
"@popperjs/core": "^2",
"@svgr/webpack": "^6",
"@tailwindcss/forms": "^0",
"@tailwindcss/line-clamp": "^0",
"@typeform/embed-react": "2.21.0",
"@types/crypto-js": "4.2.1",
"@types/pako": "^2.0.3",
"@web3-storage/w3up-client": "15.0.0",
"axios": "^0",
"chain-registry": "^1.20.0",
"clsx": "^1",
"compare-versions": "^4",
"cosmjs-types": "0.9.0",
"crypto-js": "4.1.1",
"daisyui": "^2.19.0",
"html-to-image": "1.11.11",
"aws-sdk": "2.1650.0",
"jscrypto": "^1.0.3",
"match-sorter": "^6",
"merkletreejs": "0.3.11",
"multiformats": "13.1.1",
"next": "^12",
"next-seo": "^4",
"pako": "^2.0.2",
"qrcode.react": "3.1.0",
"react": "^18",
"react-datetime-picker": "^3",
"react-dom": "^18",
"react-hook-form": "^7",
"react-hot-toast": "^2",
"react-icons": "^4",
"react-popper": "^2",
"react-query": "^3",
"react-tracked": "^1",
"scheduler": "^0",
"secp256k1": "^4.0.3",
"tailwindcss-opentype": "1.1.0",
"type-fest": "4.20.1",
"zustand": "^4"
},
"devDependencies": {
"@stargazezone/types": "0.9.0",
"@types/node": "^14",
"@types/react": "^18",
"@types/react-datetime-picker": "^3",
"@types/secp256k1": "^4.0.2",
"autoprefixer": "^10",
"husky": "^7",
"lint-staged": "^12",
"object-sizeof": "^1.6.0",
"postcss": "^8",
"tailwind-merge": "1.14.0",
"tailwindcss": "^3",
"typescript": "5.5.2"
},
"eslintConfig": {
"extends": [
"@stargaze-studio/eslint-config"
],
"ignorePatterns": [
".next",
"node_modules",
"out",
"public"
],
"root": true
},
"lint-staged": {
"*.{json,md}": [
"prettier --write"
],
"**/*.{js,cjs,mjs,jsx,ts,tsx}": [
"eslint --fix"
]
},
"prettier": "@stargaze-studio/prettier-config",
"private": true
}