-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
66 lines (66 loc) · 2.02 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
{
"name": "@orbisclub/components",
"version": "0.2.08",
"description": "A library of social components powered by Orbis. Integrate decentralized discussion feeds in your app in one line of code.",
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@magic-ext/connect": "^4.0.0",
"@orbisclub/orbis-sdk": "0.4.70",
"@react-oauth/google": "^0.11.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@walletconnect/ethereum-provider": "^2.8.4",
"@walletconnect/modal": "^2.5.5",
"encoding": "^0.1.13",
"ethereum-blockies-base64": "^1.0.2",
"ethereumjs-abi": "^0.6.8",
"javascript-time-ago": "^2.5.9",
"magic-sdk": "^11.0.0",
"marked": "^4.2.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^4.0.3",
"react-string-replace": "^1.1.0",
"react-time-ago": "^7.2.1",
"tailwindcss": "^3.2.6",
"web-vitals": "^2.1.4",
"web3": "1.7.4"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/lib/index.js",
"engines": {
"node": ">=10"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"scripts": {
"start": "react-scripts start --openssl-legacy-provider",
"build": "react-scripts build --openssl-legacy-provider",
"build-modules": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__",
"build-microbundle": "microbundle-crl --css-modules true --compress false --no-compress --format modern,esm",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"eslint": "^7.32.0",
"microbundle-crl": "^0.13.11"
},
"files": [
"dist"
]
}