forked from gemworks/gem-farm-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 825 Bytes
/
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
{
"name": "gem-farm-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@gemworks/gem-farm-ts": "^0.22.11",
"@mdx-js/react": "1.6.22",
"@metaplex/js": "^4.12.0",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"next": "12.1.4",
"next-ga": "^2.3.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-tabs": "^4.2.0",
"theme-ui": "^0.14.2"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"typescript": "^4.6.3"
}
}