-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
93 lines (93 loc) · 2.58 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
{
"name": "lenstok",
"private": true,
"version": "0.0.0",
"description": "Lenstok clone",
"main": "vite.config.js",
"keywords": [
"lenstok",
"lenstok-clone"
],
"author": "Tran Huu Toan",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@biconomy/smart-account": "^0.0.2",
"@biconomy/web3-auth": "^0.0.2",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@huddle01/huddle01-client": "^0.0.10",
"@huddle01/huddle01-iframe": "^0.0.8",
"@livepeer/react": "^1.5.6",
"@pushprotocol/restapi": "^0.2.2",
"@pushprotocol/socket": "^0.1.0",
"@pushprotocol/uiembed": "^0.1.3",
"@pushprotocol/uiweb": "^0.2.3",
"@reduxjs/toolkit": "^1.8.6",
"@tippyjs/react": "^4.2.6",
"@worldcoin/id": "^0.9.2",
"axios": "^0.27.2",
"browserify-zlib": "^0.2.0",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"events": "^3.3.0",
"graphql": "^16.6.0",
"ipfs-http-client": "^59.0.0",
"ipfs-utils": "^9.0.9",
"net": "^1.0.2",
"normalize.css": "^8.0.1",
"omit-deep": "^0.3.0",
"path-browserify": "^1.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-icons": "^4.7.1",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"sass": "^1.56.1",
"tls": "^0.0.1",
"urql": "^3.0.3",
"use-debounce": "^8.0.4",
"util": "^0.12.5",
"uuidv4": "^6.2.13",
"web-vitals": "^2.1.4",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"assert": "^2.0.0",
"autoprefixer": "^10.4.13",
"babel-plugin-module-resolver": "^4.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.4.19",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"sass": "^1.51.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.2.4",
"url": "^0.11.0",
"vite": "^2.9.15",
"vite-plugin-babel": "^1.0.0"
}
}