forked from WalletConnect/web3inbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 843 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 843 Bytes
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
{
"name": "widget-web3inbox",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"build": "turbo run build",
"build:packages": "turbo run build --filter=@web3inbox",
"dev": "turbo run dev",
"dev:web": "turbo run dev --filter=gm-hackers",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"web:dev": "turbo run dev --filter=hooks-react-sample",
"test": "turbo run test --filter=@web3inbox/*"
},
"devDependencies": {
"@tanstack/react-query": "5.0.5",
"@testing-library/react": "14.0.0",
"@changesets/cli": "^2.26.2",
"@turbo/gen": "^1.9.7",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"prettier": "^2.5.1",
"turbo": "latest",
"vitest": "^0.34.6"
},
"workspaces": [
"apps/*",
"packages/*"
]
}