-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "nextfront",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@keplr-wallet/cosmos": "^0.12.25",
"@keplr-wallet/provider": "^0.12.25",
"@keplr-wallet/stores": "^0.12.25",
"@noahsaso/cosmodal": "^0.11.1",
"@solana/web3.js": "^1.78.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@terra-money/terra.js": "^3.1.10",
"@terra-money/wallet-provider": "^3.11.1",
"@types/node": "^20.6.3",
"@vercel/analytics": "^1.0.1",
"axios": "^1.2.0",
"date-fns": "^2.29.3",
"eslint": "8.28.0",
"eslint-config-next": "^13.4.4",
"next": "^13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.43.1",
"react-icons": "^4.4.0",
"react-particles": "^2.3.3",
"sharp": "^0.32.1",
"tsparticles": "^2.3.4",
"typescript": "^5.2.2"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "18.2.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}