forked from jamesrp13/buildspace-buildoors
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 888 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
{
"name": "buildoors",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.2.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@solana/wallet-adapter-base": "^0.9.16",
"@solana/wallet-adapter-react": "^0.15.18",
"@solana/wallet-adapter-react-ui": "^0.9.16",
"@solana/wallet-adapter-wallets": "^0.18.6",
"@solana/web3.js": "^1.54.0",
"framer-motion": "^6.5.1",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.8.2"
}
}