-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.85 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.85 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "fusion-framework",
"version": "1.0.0-beta.0",
"description": "Framework for Fusion Eco System",
"private": true,
"type": "module",
"engines": {
"node": ">=24",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.20.0",
"scripts": {
"install": "pnpm -r exec genversion --es6 --semi src/version.ts",
"install:clean": "pnpm clean && pnpm install",
"clean": "pnpm clean:build && pnpm clean:npm",
"clean:npm": "find . -type d -name node_modules -prune -exec rm -rf {} +",
"clean:build": "find . -type d \\( -name dist -o -name tmp -o -name .cache -o -name .turbo \\) -prune -exec rm -rf {} + && find . -type f -name \"tsconfig.tsbuildinfo\" -delete",
"watch:packages": "turbo watch --filter './packages/**' build",
"build": "turbo build --filter=!@equinor/fusion-framework-docs",
"build:all": "pnpm build && pnpm build:docs",
"build:cli": "turbo build --filter @equinor/fusion-framework-cli... build",
"build:packages": "turbo build --filter './packages/**' build",
"build:cookbooks": "turbo build --filter './cookbooks/**' build",
"build:docs": "turbo build --filter '@equinor/fusion-framework-docs' build",
"build:affected": "turbo build --filter=...[origin/main] build",
"build:clean": "pnpm clean:build && pnpm build --force",
"eval:app": "pnpm exec ffc copilot app eval",
"eval:app:fast": "pnpm exec ffc copilot app eval --model claude-haiku-4.5",
"index:packages": "pnpm exec ffc ai index add packages",
"index:cookbooks": "pnpm exec ffc ai index add cookbooks",
"preindex:eds": "rm -rf eds/out && docker buildx build --target export --output type=local,dest=./eds/out eds",
"index:eds": "pnpm exec ffc ai index add --clean --config eds/fusion-ai.config.ts eds/out",
"check": "biome check",
"check:errors": "biome check --diagnostic-level=error",
"lint": "biome lint",
"lint:staged": "biome lint --staged",
"format": "biome format",
"format:staged": "biome format --staged",
"test": "vitest --run",
"test:watch": "vitest --watch",
"test:coverage": "vitest run --coverage",
"test:build": "docker build -f alpine.Dockerfile -t fusion_framework:test .",
"changeset:version": "pnpm changeset version && pnpm install --lockfile-only && pnpm biome format --fix",
"changeset:publish": "pnpm changeset tag && pnpm publish -r",
"changeset:publish:next": "pnpm publish -r --tag next --no-git-checks --report-summary"
},
"repository": "git+https://github.com/equinor/fusion-framework.git",
"keywords": [
"react",
"fusion",
"components"
],
"author": "Odin Thomas Rochmann <odin.rochmann@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/equinor/fusion-framework/issues"
},
"homepage": "https://github.com/equinor/fusion-framwork#readme",
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "^2.26.2",
"@vitest/coverage-v8": "^4.0.18",
"agent-browser": "^0.27.0",
"happy-dom": "^20.8.4",
"tslib": "^2.6.1",
"turbo": "^2.5.6",
"typescript": "^6.0.3",
"vitest": "^4.1.0",
"@types/node": "^24.0.3",
"chalk": "^5.6.0"
},
"peerDependencies": {
"typescript": ">=4.8"
},
"workspaces": {
"packages": [
"packages/**",
"cookbooks/*",
"vue-press"
]
},
"pnpm": {
"patchedDependencies": {
"vscode-jsonrpc@8.2.1": "patches/vscode-jsonrpc@8.2.1.patch"
},
"overrides": {
"form-data@>=4.0.0 <4.0.4": "4.0.5",
"@isaacs/brace-expansion@<=5.0.0": "5.0.1",
"cross-spawn@<6.0.6": "6.0.6",
"immutable@>=5.0.0 <5.1.5": "5.1.5",
"markdown-it@>=13.0.0 <14.1.1": "14.1.1",
"qs@<6.15.0": "6.15.0",
"tar@<=7.5.9": "7.5.10",
"axios@>=1.0.0 <=1.13.4": "1.13.6",
"hono@<4.12.7": ">=4.12.7",
"undici@>=7.0.0 <7.24.0": ">=7.24.0",
"undici@>=7.17.0 <7.24.0": ">=7.24.0",
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
"brace-expansion@>=5.0.0 <5.0.5": "5.0.5",
"dompurify@>=3.1.3 <=3.3.3": "3.4.0",
"follow-redirects@<=1.15.11": "1.16.0",
"handlebars@>=4.0.0 <=4.7.8": "4.7.9",
"langsmith@>=0.4.0 <0.5.19": "0.5.21",
"langsmith@>=0.5.0 <0.5.19": "0.5.21",
"lodash@>=4.0.0 <=4.17.23": "4.18.1",
"lodash-es@>=4.0.0 <=4.17.23": "4.18.1",
"minimatch@>=5.0.0 <5.1.8": "5.1.8",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"minimatch@<3.1.3": "3.1.5",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
"serialize-javascript@<=7.0.4": "7.0.5",
"yaml@>=2.0.0 <2.8.3": "2.8.3",
"postcss@>=8.0.0 <8.5.10": "8.5.12",
"zod": "4.4.3"
}
},
"dependencies": {
"@equinor/fusion-framework-cli": "workspace:*",
"@equinor/fusion-framework-cli-plugin-ai-index": "workspace:*",
"genversion": "^3.1.1",
"zod": "^4.4.3"
}
}