forked from layerswap/layerswapapp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.01 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.01 KB
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
{
"name": "layerswap",
"version": "0.1.0",
"private": true,
"scripts": {
"debug": "next dev",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@imtbl/imx-sdk": "1.36.1",
"@markdoc/markdoc": "^0.1.3",
"@markdoc/next.js": "^0.1.6",
"@metamask/jazzicon": "^2.0.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^1.0.0",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-progress": "^1.0.2",
"@radix-ui/react-select": "^1.2.1",
"@rainbow-me/rainbowkit": "^1.0.4",
"@solana/web3.js": "^1.73.0",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.53.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"axios": "^0.21.4",
"bn.js": "^5.2.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"crypto-js": "^4.1.1",
"formik": "^2.2.9",
"framer-motion": "^6.5.1",
"get-starknet": "^2.1.0",
"get-starknet-core": "^2.1.0",
"gray-matter": "^4.0.3",
"js-sha3": "^0.8.0",
"lucide-react": "^0.261.0",
"next": "^13.4.1",
"next-mdx-remote": "^4.1.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.2.0",
"react-swipeable": "^7.0.0",
"react-use-intercom": "^2.0.0",
"rehype-image-size": "^1.0.0",
"rehype-img-size": "0.0.1",
"rehype-slug": "^5.0.0",
"starknet": "^4.22.0",
"swr": "^2.1.1",
"tailwind-merge": "^1.11.0",
"tailwindcss-animate": "^1.0.5",
"uuid": "^9.0.0",
"wagmi": "^1.3.10"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "^16.11.7",
"@types/react": "^17.0.34",
"@web3-react/types": "^6.0.7",
"autoprefixer": "^10.4.5",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"tailwindcss-themer": "^2.0.2",
"typescript": "^5.1"
}
}