-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 924 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 924 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
32
33
{
"name": "stakekit",
"keywords": [
"stakekit",
"widget"
],
"author": "Petar Todorovic <petar@omni.app> (https://github.com)",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "turbo run format",
"clean": "turbo run clean",
"prepare": "husky",
"check-hygiene": "rev-dep config run --list-all-issues"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"husky": "catalog:",
"rev-dep": "catalog:",
"turbo": "catalog:"
},
"pnpm": {
"patchedDependencies": {
"purify-ts": "patches/purify-ts.patch",
"@stakekit/rainbowkit@2.2.11": "patches/@stakekit__rainbowkit@2.2.11.patch",
"vite-plugin-node-polyfills@0.26.0": "patches/vite-plugin-node-polyfills@0.26.0.patch"
}
}
}