-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.16 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
{
"name": "adamantfi-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"remote:add": "git remote add origin https://github.com/AdamantFi/AdamantFiSite.git && git remote add personal https://github.com/dredshep/AdamantFiSite.git",
"push": "git push origin main && git push personal main"
},
"dependencies": {
"@cosmjs/amino": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@hookform/resolvers": "^3.6.0",
"@keplr-wallet/types": "^0.12.101",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/themes": "^2.0.3",
"@shadeprotocol/shadejs": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/typescript-estree": "^7.12.0",
"async-await-retry": "^2.1.0",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"decimal.js": "^10.4.3",
"gray-matter": "^4.0.3",
"lucide-react": "^0.362.0",
"marked": "^12.0.2",
"moment": "^2.30.1",
"next": "14.1.3",
"react": "18.2",
"react-dom": "18.2",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-toastify": "^10.0.5",
"react-vega": "^7.6.0",
"secretjs": "^1.12.5",
"seedrandom": "^3.0.5",
"styled-components": "^6.1.11",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vega": "^5.29.0",
"vega-lite": "^5.18.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/seedrandom": "^3.0.8",
"autoprefixer": "^10.4.19",
"eslint": "8",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}