-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.54 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.54 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "frontman",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/frontman-ai/frontman.git"
},
"homepage": "https://frontman.sh",
"bugs": {
"url": "https://github.com/frontman-ai/frontman/issues"
},
"packageManager": "[email protected]",
"enableGlobalCache": false,
"workspaces": [
"apps/frontman_server/assets",
"apps/marketing",
"libs/bindings",
"libs/client",
"libs/experimental-rescript-webapi",
"libs/frontman-client",
"libs/frontman-protocol",
"libs/frontman-core",
"libs/frontman-astro",
"libs/frontman-astro-browser",
"libs/frontman-nextjs",
"libs/frontman-vite",
"test/sites/blog-starter",
"test/e2e",
"test/e2e/fixtures/nextjs",
"test/e2e/fixtures/astro",
"test/e2e/fixtures/vite",
"test/e2e/fixtures/vue-vite",
"test/manual/vite-dashboard",
"libs/logs",
"libs/react-statestore"
],
"dependencies": {
"rescript": "catalog:"
},
"resolutions_comment": "Security overrides for transitive deps (see #387). diff/glob force major version bumps — remove if a future dep needs diff@5 or glob@9. esbuild dedup: storybook accepts ^0.25.0, force 0.25.11 to share with vite and avoid a duplicate native build.",
"resolutions": {
"tar": ">=7.5.11",
"@modelcontextprotocol/sdk": ">=1.26.0",
"devalue": ">=5.6.4",
"node-forge": ">=1.3.2",
"h3": ">=1.15.9",
"@isaacs/brace-expansion": ">=5.0.1",
"lodash": ">=4.17.23",
"lodash-es": ">=4.18.0",
"js-yaml": ">=4.1.1",
"mdast-util-to-hast": ">=13.2.1",
"undici": ">=7.24.0",
"qs": ">=6.14.2",
"ajv": ">=8.18.0",
"diff": ">=8.0.3",
"glob": ">=10.5.0",
"rollup": ">=4.59.0",
"basic-ftp": ">=5.2.0",
"minimatch": ">=3.1.3",
"hono": ">=4.12.7",
"@storybook/core/esbuild": "0.25.11",
"fast-xml-parser": ">=5.5.7",
"flatted": ">=3.4.2",
"svgo": ">=3.3.3",
"dompurify": ">=3.3.2",
"express-rate-limit": ">=8.2.2",
"@hono/node-server": ">=1.19.10",
"express/path-to-regexp": "0.1.13",
"router/path-to-regexp": ">=8.4.0",
"brace-expansion": ">=5.0.5",
"anymatch/picomatch": "2.3.2",
"micromatch/picomatch": "2.3.2",
"readdirp/picomatch": "2.3.2",
"@rollup/pluginutils/picomatch": "2.3.2",
"picomatch": ">=4.0.4",
"yaml": ">=2.8.3",
"smol-toml": ">=1.6.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@vitest/coverage-v8": "^3.2.4",
"vitest": "^3.2.4"
},
"dependenciesMeta": {
"@sentry/cli": {
"built": false
},
"msw": {
"built": false
},
"protobufjs": {
"built": false
},
"spawn-sync": {
"built": false
}
}
}