-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.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
{
"name": "circle-elements-monorepo",
"version": "0.0.1",
"description": "Circle Wallet Elements - UI components and tools compatible with Circle SDK",
"homepage": "https://github.com/ChainSafe/web3-circle-libs#readme",
"bugs": {
"url": "https://github.com/ChainSafe/web3-circle-libs/issues"
},
"license": "MIT",
"author": "ChainSafe",
"contributors": [
"ChainSafe <info@chainsafe.io>"
],
"repository": {
"type": "git",
"url": "git@github.com:ChainSafe/web3-circle-libs.git"
},
"scripts": {
"demo:dev": "yarn workspace circle-demo-webapp dev",
"demo:build": "yarn elements:build && yarn workspace circle-demo-webapp build",
"elements:build": "yarn workspace @circle-libs/circle-react-elements build",
"elements:watch": "yarn workspace @circle-libs/circle-react-elements watch",
"elements:storybook": "yarn workspace @circle-libs/circle-react-elements storybook",
"build": "yarn workspaces run build",
"lint": "yarn workspaces run lint"
},
"dependencies": {
"@circle-fin/developer-controlled-wallets": "^7.0.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@web3icons/react": "^3.16.0",
"lucide-react": "^0.462.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.7.2"
},
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "yarn@1.22.22",
"volta": {
"node": "20.18.1",
"yarn": "1.22.22"
}
}