-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "sol-web-app",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@mdx-js/react": "1.6.22",
"@metaplex-foundation/js": "^0.15.0",
"@project-serum/anchor": "^0.23.0",
"@solana/spl-token": "^0.3.5",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.63.1",
"dotenv": "^16.0.3",
"next": "^12.3.1",
"next-ga": "^2.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.3.0",
"theme-ui": "^0.14.2"
},
"engines": {
"node": ">=16.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"typescript": "^4.6.3"
}
}