-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
105 lines (105 loc) · 3.39 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
{
"name": "focalize",
"private": true,
"version": "1.9.18",
"type": "module",
"scripts": {
"dev": "vite",
"stage": "vite --mode stage",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"generate-types": "typechain --target=ethers-v6 --out-dir src/contracts/types 'src/contracts/abis/*.json'"
},
"devDependencies": {
"@coinbase/wallet-sdk": "^3.6.6",
"@crxjs/vite-plugin": "^2.0.0-beta.25",
"@floating-ui/dom": "^1.2.9",
"@giphy/js-components": "^5.12.1",
"@giphy/js-fetch-api": "^4.9.2",
"@giphy/js-types": "^4.4.0",
"@google/model-viewer": "^3.3.0",
"@irys/sdk": "^0.0.4",
"@joeattardi/emoji-button": "^4.6.4",
"@lens-protocol/client": "^2.3.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@skeletonlabs/skeleton": "^1.6.2",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tiptap/core": "^2.3.0",
"@tiptap/extension-blockquote": "^2.3.0",
"@tiptap/extension-bullet-list": "^2.3.0",
"@tiptap/extension-code": "^2.3.0",
"@tiptap/extension-code-block": "^2.3.0",
"@tiptap/extension-link": "^2.3.0",
"@tiptap/extension-list-item": "^2.3.0",
"@tiptap/extension-mention": "^2.3.0",
"@tiptap/extension-ordered-list": "^2.3.0",
"@tiptap/extension-placeholder": "^2.3.0",
"@tiptap/extension-typography": "^2.3.0",
"@tiptap/pm": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tsconfig/svelte": "^5.0.2",
"@typechain/ethers-v6": "^0.4.2",
"@types/chrome": "^0.0.253",
"@types/dompurify": "^3.0.2",
"@types/emoji-mart": "^3.0.9",
"@types/language-tags": "^1.0.1",
"@types/luxon": "^3.3.0",
"@types/omit-deep": "^0.3.0",
"@types/showdown": "^2.0.1",
"@types/throttle-debounce": "^5.0.0",
"@types/turndown": "^5.0.1",
"@types/uuid": "^9.0.1",
"@walletconnect/ethereum-provider": "^2.12.2",
"@walletconnect/modal": "^2.6.2",
"@xmtp/content-type-remote-attachment": "^1.0.7",
"@xmtp/xmtp-js": "^8.2.1",
"autoprefixer": "^10.4.19",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"eth-ens-namehash": "^2.0.8",
"eth-provider": "^0.13.6",
"ethers": "^6.11.1",
"id3js": "^2.1.1",
"isomorphic-dompurify": "^1.6.0",
"jose": "^4.14.4",
"language-tags": "^1.0.8",
"lens-modules": "^1.0.14",
"luxon": "^3.4.4",
"metamask-extension-provider": "^3.0.0",
"mime": "^3.0.0",
"node-stdlib-browser": "^1.2.0",
"omit-deep": "^0.3.0",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"prettier": "^3.2.5",
"rxjs": "^7.8.1",
"showdown": "^2.1.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-french-toast": "^1.0.3",
"svelte-infinite-loading": "^1.3.8",
"svelte-inline-svg": "^1.2.0",
"svelte-ktippy": "^1.2.1",
"svelte-preprocess": "^5.1.4",
"svelte-select": "^5.7.0",
"svelte-tiptap": "^1.1.2",
"sveltejs-tippy": "^3.0.0",
"tailwindcss": "^3.4.6",
"three": "^0.157.0",
"throttle-debounce": "^5.0.0",
"tiptap-markdown": "^0.8.10",
"tributejs": "^5.1.3",
"tslib": "^2.6.2",
"typechain": "^8.3.1",
"typescript": "^5.5.4",
"uuid": "^9.0.0",
"vite": "4.5.3",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-remove-console": "^2.1.1",
"zod": "^3.22.4"
}
}