forked from bigint/hey
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.22 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.22 KB
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
{
"name": "@lenster/web",
"version": "0.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"build": "lingui compile; next build",
"dev": "lingui compile; next dev --port 4783",
"extract": "lingui compile; lingui extract",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --fix --ext .ts,.tsx",
"prettier": "prettier --check \"**/*.{js,ts,tsx,md}\" --cache",
"prettier:fix": "prettier --write \"**/*.{js,ts,tsx,md}\" --cache",
"start": "next start --port 4783",
"test:dev": "playwright test",
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.382.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "v1",
"@hookform/resolvers": "^3.1.1",
"@injective-labs/sdk-ts": "^1.10.45",
"@injective-labs/ts-types": "^1.10.45",
"@injective-labs/wallet-strategy": "^1.10.45",
"@lens-protocol/sdk-gated": "^1.2.0",
"@lenster/abis": "workspace:*",
"@lenster/data": "workspace:*",
"@lenster/image-cropper": "workspace:*",
"@lenster/lens": "workspace:*",
"@lenster/lib": "workspace:*",
"@lenster/snapshot": "workspace:*",
"@lenster/types": "workspace:*",
"@lenster/ui": "workspace:*",
"@lexical/code": "^0.11.3",
"@lexical/hashtag": "^0.11.3",
"@lexical/link": "^0.11.3",
"@lexical/markdown": "^0.11.3",
"@lexical/react": "^0.11.3",
"@lexical/utils": "^0.11.3",
"@lingui/core": "^4.3.0",
"@lingui/detect-locale": "^4.3.0",
"@lingui/loader": "^4.3.0",
"@lingui/macro": "^4.3.0",
"@lingui/react": "^4.3.0",
"@lingui/swc-plugin": "^4.0.0",
"@livepeer/react": "^2.8.0",
"@tanstack/react-query": "^4.32.1",
"@tippyjs/react": "^4.2.6",
"@xmtp/xmtp-js": "^10.1.0",
"axios": "^1.4.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"dayjs-twitter": "^0.5.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"framer-motion": "^10.15.0",
"graphql": "^16.7.1",
"idb-keyval": "^6.2.1",
"lexical": "^0.11.3",
"next": "^13.4.2",
"next-themes": "^0.2.1",
"plyr-react": "^5.3.0",
"rc-slider": "^10.2.1",
"react": "^18.2.0",
"react-activity-calendar": "^2.0.2",
"react-cool-inview": "^3.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"react-virtuoso": "^4.4.2",
"remark-breaks": "^3.0.3",
"remark-linkify-regex": "^1.2.1",
"shared-zustand": "^2.0.0",
"strip-markdown": "^5.0.1",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"viem": "^1.5.0",
"wagmi": "^1.3.9",
"xmtp-content-type-remote-attachment": "^1.0.7",
"zod": "^3.21.4",
"zustand": "^4.4.0"
},
"devDependencies": {
"@lenster/config": "workspace:*",
"@lingui/cli": "^4.3.0",
"@playwright/test": "^1.36.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@types/node": "^20.4.5",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}