-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 915 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
34
35
{
"name": "sol-movie-clientside",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@project-serum/borsh": "^0.2.5",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-react": "^0.15.18",
"@solana/wallet-adapter-react-ui": "^0.9.16",
"@solana/wallet-adapter-wallets": "^0.18.9",
"@solana/web3.js": "^1.61.1",
"bs58": "^5.0.0",
"framer-motion": "^7.3.4",
"next": "^13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}