forked from erikreppel/zora.fm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 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": "zora.fm",
"version": "0.1.0",
"description": "🎵🌞🎵",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --port ${PORT-3000}",
"export": "next build && next export && html-inline -i out/index.html -o bin/index.html -b out/",
"mint": "node bin/mint.js"
},
"dependencies": {
"@ensdomains/ensjs": "^2.0.0",
"@zoralabs/zdk": "^1.0.3",
"ethers": "^5.0.27",
"framer-motion": "^3.2.2-rc.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"html-inline": "^1.2.0",
"minimist": "^1.2.5",
"next": "10.0.6",
"node-fetch": "^2.6.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"styled-components": "^5.2.1",
"swr": "^0.4.1",
"yargs-parser": "^13.1.2"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
}
}