-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "@roll-netowrk/root",
"description": "Entrypoint for Roll monorepo packages",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -t run build",
"test": "yarn workspaces foreach run test",
"lint": "./packages/cli/bin/roll.js lint",
"lint:fix": "./packages/cli/bin/roll.js lint --fix",
"release": "yarn build && changeset publish",
"version": "yarn changeset version && yarn config set enableImmutableInstalls false && yarn install",
"circularity:check": "yarn workspaces foreach --topological-dev exec \"echo '' >/dev/null\"",
"dependentsgraph:build": "node ./scripts/build-dependents-graph"
},
"workspaces": [
"packages/**",
"examples/**"
],
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@changesets/get-dependents-graph": "^1.3.5",
"@manypkg/get-packages": "^1.1.3",
"changeset": "^0.2.6",
"madge": "^6.0.0"
},
"packageManager": "yarn@3.4.1",
"resolutions": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"wagmi": "1.4.1",
"@wagmi/core": "1.4.1"
}
}