-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.62 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
{
"name": "cere-wallet-client",
"version": "1.42.0",
"private": true,
"sideEffects": false,
"dependencies": {
"@cere-wallet/communication": "0.0.0",
"@cere-wallet/ui": "0.0.0",
"@cere-wallet/wallet-engine": "0.0.0",
"@fontsource/lexend": "^4.5.13",
"@hookform/resolvers": "^2.9.9",
"@polkadot/api": "^10.2.1",
"@polkadot/types": "^10.2.1",
"@ramp-network/ramp-instant-sdk": "^3.2.3",
"@reactour/tour": "3.1.4",
"@sentry/react": "^7.53.1",
"@toruslabs/constants": "^13.1.0",
"@toruslabs/fetch-node-details": "^13.1.1",
"@toruslabs/openlogin": "^3.2.1",
"@toruslabs/openlogin-session-manager": "^3.0.0",
"@toruslabs/openlogin-subkey": "^7.0.0",
"@toruslabs/openlogin-utils": "^7.0.4",
"@toruslabs/torus.js": "^12.1.1",
"@web3auth/base": "^7.3.2",
"axios": "^1.1.2",
"ethers": "^5.6.9",
"firebase": "^9.12.1",
"input-otp": "^1.2.4",
"jwt-decode": "^3.1.2",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"mobx-utils": "^6.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.37.0",
"react-router-dom": "^6.4.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@cere/embed-wallet": "*",
"@craco/craco": "^7.0.0-alpha.7",
"@types/node": "^18.7.23",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-gtm-module": "^2.0.1",
"eslint-plugin-mobx": "0.0.9",
"eslint-plugin-prettier": "^4.2.1",
"microbundle": "^0.15.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.7.1",
"react-scripts": "5.0.1",
"source-map-explorer": "^2.5.3",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.4",
"webpack-cli": "^5.0.1"
},
"scripts": {
"start": "PORT=4050 craco start",
"build": "craco build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"playground": "craco start --config .cracorc.playground.js",
"refactor": "prettier --write '**/*.{js,json,jsx,ts,tsx}' --ignore-path .eslintignore",
"check-types": "tsc --noEmit",
"test": "npm test --workspaces --if-present -- $*",
"test:ci": "npm run test:ci --workspaces --if-present -- $*",
"test:report": "npm run test:report --workspaces --if-present -- $*",
"sdk:build": "npm run build --workspace=@cere/embed-wallet --workspace=@cere/embed-wallet-inject --if-present",
"sdk:publish": "npm publish --workspace=@cere/embed-wallet --workspace=@cere/embed-wallet-inject --access public"
},
"workspaces": [
"packages/*",
"tests/*"
]
}