generated from foundry-rs/foundry-rust-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "brok-monorepo",
"version": "0.0.1",
"description": "BRØK monorepo",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@testing-library/react",
"react-iconly",
"react-router-dom"
],
"allowedVersions": {
"react": "18",
"react-dom": "18"
}
},
"overrides": {
"yargs-parser@>=16.0.0 <18.1.1": ">=18.1.1",
"flat@<5.0.1": ">=5.0.1",
"ejs@<3.1.7": ">=3.1.7",
"vm2@<3.9.18": ">=3.9.18",
"tough-cookie@<4.1.3": ">=4.1.3",
"protobufjs@<7.2.4": ">=7.2.4",
"word-wrap@<1.2.4": ">=1.2.4",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"minimatch@<3.0.5": ">=3.0.5",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"debug@>=3.2.0 <3.2.7": ">=3.2.7",
"get-func-name@<2.0.1": ">=2.0.1",
"postcss@<8.4.31": ">=8.4.31",
"async@<2.6.4": ">=2.6.4",
"undici@<5.26.2": ">=5.26.2"
}
},
"scripts": {
"dev": "pnpm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brreg/brok.git"
},
"author": "Symfoni AS",
"license": "ISC",
"bugs": {
"url": "https://github.com/brreg/brok/issues"
},
"homepage": "https://github.com/brreg/brok#readme",
"devDependencies": {
"@changesets/cli": "^2.26.2"
}
}