-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.45 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": "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": {
"@changesets/cli": "^2.27.10",
"knip": "^5.36.3"
},
"packageManager": "pnpm@8.6.0+sha1.71f9126a20cd3d00fa47c188f956918858180e54",
"pnpm": {
"patchedDependencies": {
"@togglecorp/re-map@0.2.0-beta-6": "patches/@togglecorp__re-map@0.2.0-beta-6.patch",
"openapi-typescript@6.5.5": "patches/openapi-typescript@6.5.5.patch",
"@turf/buffer@6.5.0": "patches/@turf__buffer@6.5.0.patch",
"vite-plugin-webfont-dl@3.9.4": "patches/vite-plugin-webfont-dl@3.9.4.patch",
"@turf/bbox@6.5.0": "patches/@turf__bbox@6.5.0.patch"
}
}
}