-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
110 lines (110 loc) · 3.19 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
{
"name": "defios-alpha",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "rimraf \"{node_modules,.next,out.cache}\"",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.9",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^2.9.10",
"@metaplex-foundation/js": "^0.18.3",
"@next/font": "13.1.6",
"@pinata/sdk": "^2.1.0",
"@project-serum/anchor": "^0.26.0",
"@reduxjs/toolkit": "^1.9.2",
"@solana/spl-token": "^0.3.7",
"@solana/spl-token-swap": "^0.2.1",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.11",
"@solana/web3.js": "^1.75.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"add": "^2.0.6",
"axios": "^1.4.0",
"buffer-layout": "^1.2.2",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"ethers": "^6.0.2",
"firebase": "^9.17.1",
"flowbite": "^1.6.3",
"flowbite-react": "^0.4.4",
"framer-motion": "^9.0.1",
"fs": "^0.0.1-security",
"jotai": "^2.0.0",
"js-cookie": "^3.0.1",
"little-state-machine": "^4.8.0",
"lodash": "^4.17.21",
"mixpanel-browser": "^2.47.0",
"next": "13.1.6",
"next-auth": "^4.22.1",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.49",
"next-themes": "^0.2.1",
"octokit": "^2.0.14",
"overlayscrollbars": "^2.0.3",
"overlayscrollbars-react": "^0.5.0",
"rc-slider": "^10.1.0",
"react": "18.2.0",
"react-avatar": "^5.0.3",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-github-calendar": "^3.4.0",
"react-globe.gl": "^2.23.3",
"react-hook-form": "^7.43.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-table": "^7.8.0",
"react-tooltip": "^4.5.1",
"react-use": "^17.4.0",
"reactflow": "^11.5.6",
"recharts": "^2.3.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sha1": "^1.1.1",
"swiper": "^9.0.2",
"tiny-invariant": "^1.3.1",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"web3modal": "^1.9.12",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/mixpanel-browser": "^2.47.1",
"@types/overlayscrollbars": "^1.12.1",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-table": "^7.7.14",
"@types/sha1": "^1.1.3",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.13",
"eslint": "8.33.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.2",
"rimraf": "^5.0.0",
"tailwindcss": "^3.2.4"
}
}