-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.03 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "npc_studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.5",
"@formatjs/intl-localematcher": "^0.5.4",
"@lit-protocol/lit-node-client": "^6.0.3",
"@lit-protocol/types": "^6.0.3",
"@pushprotocol/restapi": "^1.7.2",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.45.0",
"@xmtp/content-type-reaction": "^1.1.7",
"@xmtp/content-type-remote-attachment": "^1.1.8",
"@xmtp/content-type-reply": "^1.1.9",
"@xmtp/react-sdk": "^6.0.1",
"@xmtp/xmtp-js": "^11.6.3",
"ajv": "^8.16.0",
"ajv-keywords": "^5.1.0",
"bufferutil": "^4.0.8",
"critters": "^0.0.20",
"encoding": "^0.1.13",
"ethers": "^6.11.1",
"form-data": "^4.0.0",
"graphql": "^16.8.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"negotiator": "^0.6.3",
"next": "13.5.4",
"numeral": "^2.0.6",
"page-flip": "^2.0.7",
"phaser": "^3.80.1",
"pino-pretty": "^11.0.0",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-ticker": "^2.2.0",
"react-router-dom": "^6.4.3",
"textarea-caret": "^3.1.0",
"utf-8-validate": "^6.0.4",
"uuid": "^10.0.0",
"viem": "^2.13.8",
"wagmi": "^2.9.11",
"wavesurfer.js": "^7.7.15"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/page-flip": "^2.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-typist": "^2.0.6",
"@types/textarea-caret": "^3.0.3",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5",
"url-loader": "^4.1.1"
}
}