forked from ephemeraHQ/xmtp-inbox-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.46 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "xmtp-inbox-web",
"version": "1.0.0",
"description": "XMTP CHAT FIRST PARTY WEB APP",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"eslint": "eslint --ignore-path .gitignore .",
"cypress": "cypress run",
"fmt:check": "prettier -c --ignore-path .gitignore .",
"fmt:fix": "prettier -w --ignore-path .gitignore .",
"e2e:headless": "start-server-and-test dev http://localhost:3000 cypress",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "XMTP Labs <eng@xmtp.com>",
"license": "MIT",
"homepage": "https://github.com/xmtp-labs/xmtp-inbox-web",
"repository": {
"type": "git",
"url": "https:git@github.com:xmtp-labs/xmtp-inbox-web.git"
},
"bugs": {
"url": "https://github.com/xmtp-labs/xmtp-inbox-web/issues"
},
"dependencies": {
"@datadog/browser-rum": "^4.38.0",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@rainbow-me/rainbowkit": "^0.12.8",
"@safe-global/onramp-kit": "^1.1.0",
"@stripe/crypto": "^0.0.4",
"@stripe/stripe-js": "^1.52.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@xmtp/react-sdk": "^1.0.0-preview.28",
"date-fns": "^2.29.3",
"emojibase": "^6.1.0",
"ethers": "^5.7.2",
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"imagemin-svgo": "^9.0.0",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.0",
"interweave-emoji": "^7.0.0",
"next": "13.3.4",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"react-emoji-render": "^1.2.4",
"react-ga4": "^2.1.0",
"react-i18next": "^12.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-qrcode-logo": "^2.9.0",
"react-virtuoso": "^4.3.4",
"wagmi": "^0.12.10",
"zustand": "^4.3.2"
},
"overrides": {
"autoprefixer": "10.4.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@walletconnect/web3-provider": "^1.7.1",
"babel-jest": "^27.5.1",
"babel-loader": "^8.3.0",
"chromatic": "^6.17.0",
"cypress": "^12.3.0",
"eslint-config-next": "13.3.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-fail-on-console": "^2.4.2",
"node-localstorage": "^2.2.1",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"prettier": "2.8.3",
"start-server-and-test": "^1.15.2",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.4",
"walletlink": "^2.4.6"
}
}