-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "create-auction-house",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-testnet": "cross-env NEXT_PUBLIC_NETWORK_ID=4 next dev",
"dev-mainnet": "cross-env NEXT_PUBLIC_NETWORK_ID=1 next dev",
"build": "next build",
"start": "next start",
"setup": "node scripts/setup.js"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@uauth/js": "^2.3.0",
"@zoralabs/manage-auction-hooks": "^0.0.11",
"@zoralabs/nft-components": "^0.3.1",
"@zoralabs/nft-hooks": "^0.8.1",
"@zoralabs/simple-wallet-provider": "^0.0.9",
"classnames": "^2.3.1",
"next": "10.2.3",
"react": "17.0.2",
"react-bootstrap": "^2.5.0",
"react-dom": "17.0.2",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"swr": "^0.5.6",
"unified": "^9.2.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@types/react": "17.0.9",
"cross-env": "^7.0.3",
"prompts": "^2.4.2",
"raw-loader": "^4.0.2",
"typescript": "4.3.2"
}
}