forked from EmreKeskin47/solana-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 896 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
{
"name": "solana-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@project-serum/anchor": "^0.25.0",
"@solana/wallet-adapter-react": "^0.15.8",
"@solana/wallet-adapter-react-ui": "^0.9.11",
"@solana/wallet-adapter-wallets": "^0.16.9",
"@solana/web3.js": "^1.50.1",
"framer-motion": "^7.6.1",
"next": "^12.2.3",
"react": "^18.2.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.15",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"typescript": "^4.6.3"
}
}