forked from AndrewHeinke/saiba-gang-nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "saiba-gang-nft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nfteyez/sol-rayz": "^0.10.0",
"@solana/wallet-adapter-base": "^0.9.3",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.15.4",
"@solana/web3.js": "^1.35.0",
"axios": "^0.26.0",
"classnames": "^2.2.6",
"fs": "0.0.1-security",
"graphql-request": "^3.6.1",
"he": "^1.2.0",
"iron-session": "^6.0.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "11.1.2",
"next-iron-session": "^4.2.0",
"next-mdx-remote": "^3.0.8",
"next-seo": "^4.28.1",
"next-session": "^4.0.4",
"next-sitemap": "^3.0.5",
"nextjs-breadcrumbs": "^1.1.9",
"path": "^0.12.7",
"react": "17.0.2",
"react-collapsed": "^3.2.1",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-grid-system": "^8.0.1",
"react-parallax": "^3.3.0",
"react-scroll": "^1.8.4",
"react-scroll-parallax": "^2.4.0",
"sass": "^1.42.1",
"sweetalert2": "^11.1.7",
"sweetalert2-react-content": "^4.1.1",
"swiper": "^7.0.8",
"swr": "^1.2.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}