forked from MyJam-stream/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@floating-ui/react": "^0.26.1",
"@livepeer/react": "^2.9.1",
"@pushprotocol/restapi": "^1.4.24",
"@pushprotocol/socket": "^0.5.2",
"@react-spring/web": "^9.7.3",
"@tanstack/query-core": "^4.36.1",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@wagmi/core": "^1.4.8",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"ethers": "^5.7",
"jotai": "^2.4.3",
"jotai-tanstack-query": "^0.7.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"next": "13.4.13-canary.5",
"next-pwa": "^5.6.0",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.47.0",
"react-intersection-observer": "^9.5.3",
"react-qr-code": "^2.0.12",
"react-switch": "^7.0.0",
"react-use-clipboard": "^1.0.9",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"viem": "^1.19.11",
"wagmi": "^1.4.8"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.2",
"@swc-jotai/react-refresh": "^0.0.8",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/lodash-es": "^4.17.9",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.0.3"
},
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
]
}