-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 5.3 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 5.3 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
127
128
129
130
131
132
133
134
{
"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:lint": "turbo build --filter './packages/linting/**' 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": "pnpm lint:biome && pnpm lint:fusion",
"lint:biome": "biome lint",
"lint:fusion": "pnpm build:lint && pnpm lint:fusion:packages && pnpm lint:fusion:cookbooks",
"lint:fusion:packages": "fusion-lint lint packages",
"lint:fusion:cookbooks": "fusion-lint lint cookbooks",
"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": {
"@equinor/fusion-lint": "workspace:^",
"@biomejs/biome": "2.5.6",
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "^2.26.2",
"@vitest/coverage-v8": "^4.0.18",
"agent-browser": "^0.33.1",
"happy-dom": "^20.8.4",
"tslib": "^2.6.1",
"turbo": "^2.5.6",
"typescript": "^7.0.2",
"vitest": "^4.1.0",
"@types/node": "^24.0.3",
"chalk": "^6.0.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.6": "4.0.6",
"immutable@>=5.0.0 <5.1.5": "5.1.5",
"markdown-it@>=13.0.0 <14.2.0": "14.2.0",
"linkify-it@<5.0.1": "5.0.1",
"js-yaml@>=3.0.0 <3.15.0": "3.15.0",
"js-yaml@>=4.0.0 <4.3.0": "4.3.0",
"qs@<=6.15.1": "6.15.2",
"undici@>=7.0.0 <7.28.0": "7.28.0",
"undici@>=8.0.0 <8.5.0": "8.5.0",
"ws@>=7.0.0 <7.5.11": "7.5.11",
"brace-expansion@>=2.0.0 <2.1.2": "2.1.2",
"brace-expansion@>=3.0.0 <=5.0.7": "5.0.8",
"dompurify@>=3.1.3 <=3.4.11": "3.4.12",
"follow-redirects@<=1.15.11": "1.16.0",
"handlebars@>=4.0.0 <=4.7.8": "4.7.9",
"langsmith@>=0.4.0 <0.6.0": "0.8.3",
"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.17": "8.5.18",
"valibot@<=1.4.1": "1.4.2",
"fast-uri@>=3.0.0 <=3.1.3": "3.1.4",
"@babel/core@<=7.29.0": "7.29.6",
"esbuild@>=0.27.3 <0.28.1": "0.28.1",
"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"
}
}