-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.41 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
{
"name": "go-web-app-workspace",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/IFRCGo/go-web-app.git"
},
"private": true,
"scripts": {
"lint:unused": "knip --tags=-knipignore",
"build:ui": "pnpm -F @ifrc-go/ui build",
"start:ui": "pnpm -F @ifrc-go/ui start",
"build": "pnpm build:ui && pnpm -F go-web-app build",
"start:app": "pnpm build:ui && pnpm -F go-web-app start",
"generate:type": "pnpm -F go-web-app generate:type",
"preview": "pnpm -F go-web-app preview",
"storybook": "pnpm -F go-ui-storybook storybook",
"build-storybook": "pnpm -F go-ui-storybook build-storybook",
"chromatic": "pnpm -F go-ui-storybook chromatic"
},
"devDependencies": {
"knip": "^5.36.3"
},
"packageManager": "[email protected]+sha1.71f9126a20cd3d00fa47c188f956918858180e54",
"pnpm": {
"patchedDependencies": {
"@togglecorp/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@turf/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@turf/[email protected]": "patches/@[email protected]"
}
}
}