-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
40
41
42
43
{
"name": "playsession-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lintfix": "eslint '**/*.{js,jsx,ts,tsx}' --fix"
},
"dependencies": {
"@0xessential/signers": "^0.0.1-beta-17",
"@audius/hedgehog": "^1.0.12",
"@metamask/eth-sig-util": "^4.0.1",
"@zoralabs/zdk": "^2.1.6",
"axios": "^0.26.0",
"axios-case-converter": "^0.9.0",
"bnc-notify": "^1.9.4",
"bnc-onboard": "^1.38.1",
"ethers": "5.6.1",
"firebase": "^8.0.0",
"firebase-admin": "^10.0.2",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^4.22.0",
"babel-plugin-root-import": "^6.6.0",
"eslint": "8.9.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.2.1",
"typescript": "4.5.5"
}
}