-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
{
"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 <[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]: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/react-elements build",
"elements:watch": "yarn workspace @circle-libs/react-elements watch",
"elements:storybook": "yarn workspace @circle-libs/react-elements storybook",
"build": "yarn workspaces run build",
"lint": "yarn workspaces run lint"
},
"dependencies": {
"@circle-fin/developer-controlled-wallets": "^7.0.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",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
},
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"volta": {
"node": "20.18.1",
"yarn": "1.22.22"
}
}