-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
168 lines (168 loc) · 6.68 KB
/
package.json
File metadata and controls
168 lines (168 loc) · 6.68 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "@microsoft/logicappsux",
"version": "5.110.0",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@faker-js/faker": "^8.4.1",
"@formatjs/cli": "^6.2.9",
"@playwright/test": "^1.49.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20.12.7",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^18.0.7",
"@types/react-window": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.29.1",
"@vitejs/plugin-react": "^4.4.6",
"@vitest/coverage-istanbul": "^3.2.4",
"@vitest/ui": "^3.2.4",
"@xyflow/system": "^0.0.37",
"D": "^1.0.0",
"archiver": "^7.0.1",
"child_process": "^1.0.2",
"common-es": "^1.0.1",
"concurrently": "^8.2.2",
"deepmerge-json": "^1.5.0",
"esbuild-plugin-less": "^1.3.3",
"esbuild-plugin-svg": "^0.1.0",
"esbuild-plugin-svgr": "^2.1.0",
"eslint": "9.26.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-formatjs": "^4.14.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.6",
"extract-zip": "^2.0.1",
"glob": "^10.3.12",
"globals": "^15.0.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"jsonc-eslint-parser": "^2.4.0",
"just-pnpm": "^1.0.2",
"lcov-result-merger": "^5.0.0",
"lint-staged": "^15.2.2",
"react-test-renderer": "^18.2.0",
"replace-in-file": "^7.1.0",
"rimraf": "^5.0.5",
"sherif": "^0.8.4",
"tsup": "^8.0.2",
"turbo": "^2.3.0",
"typescript": "5.7.2",
"typescript-eslint": "7.7.0",
"vite-plugin-mkcert": "^1.17.8",
"vite-plugin-node-polyfills": "^0.23.0",
"vitest": "^3.2.4",
"@eslint/compat": "^2.0.0"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"license": "MIT",
"lint-staged": {
"*.{js,ts,tsx}": ["npm run extract", "eslint --cache --fix", "biome check --write"]
},
"private": true,
"scripts": {
"build": "turbo run build",
"build:lib": "turbo run build:lib",
"build:extension": "turbo run build:extension",
"check": "biome check --write .",
"compile:loc": "formatjs compile-folder --ast --format ./format.js \"Localize/lang\" \"libs/logic-apps-shared/src/intl/compiled-lang/\" ",
"compile:loc:psuedo": "formatjs compile \"Localize/lang/strings.json\" --ast --format ./format.js --out-file \"libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json\" --pseudo-locale en-XA",
"e2e:setup": "playwright install --with-deps",
"extract": "formatjs extract \"libs/**/*.{ts,tsx}\" \"apps/vs-code-react/src/**/*.{ts,tsx}\" --ignore \"**/node_modules/**\" --ignore \"libs/**/*.{d,test,spec}.{ts,tsx}\" --ignore \"apps/vs-code-react/src/**/*.{d,test,spec}.{ts,tsx}\" --out-file Localize/lang/strings.json --format ./format.js",
"generateArmToken": "node ./scripts/generateArmToken.js",
"prepare": "husky || true",
"publish": "turbo run build:lib && pnpm publish -r",
"scrub-secrets:e2e": "node ./scrub-e2e-trace.js",
"start": "turbo run dev",
"start:arm": "npm run generateArmToken && npm run start",
"start:e2e": "turbo run e2e",
"test:lib": "turbo run test:lib",
"test:iframe-app": "turbo run test:iframe-app",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:designer": "playwright test --config=playwright.designer.config.ts",
"test:e2e:designer:ui": "playwright test --config=playwright.designer.config.ts --ui",
"test:e2e:chatClient": "playwright test --config=playwright.chatClient.config.ts",
"test:e2e:chatClient:ui": "playwright test --config=playwright.chatClient.config.ts --ui",
"test:extension-unit": "turbo run test:extension-unit",
"testgen": "playwright codegen https://localhost:4200",
"vscode:designer:pack": "turbo run vscode:designer:pack",
"templates": "ts-node downloadTemplates.js",
"vscode:designer:e2e:ui": "turbo run vscode:designer:e2e:ui",
"vscode:designer:e2e:headless": "turbo run vscode:designer:e2e:headless"
},
"type": "module",
"dependencies": {
"dotenv": "^16.4.5",
"find-process": "^1.4.7",
"fs-extra": "^11.2.0",
"happy-dom": "^20.8.9",
"react-window": "^2.2.6",
"ts-node": "^10.9.2"
},
"pnpm": {
"overrides": {
"xml2js@<0.5.0": ">=0.5.0",
"tough-cookie@<4.1.3": ">=4.1.3",
"braces@<3.0.3": ">=3.0.3",
"ws@>=7.0.0 <8.17.1": ">=8.17.1",
"fast-loops@<1.1.4": ">=1.1.4",
"elliptic@>=4.0.0 <=6.5.6": ">=6.6.1",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"body-parser@<1.20.3": ">=1.20.3",
"path-to-regexp@>=0.2.0 <1.9.0": ">=1.9.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"vite@>=5.2.0 <5.2.14": ">=5.2.14",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cookie@<0.7.0": ">=0.7.0",
"elliptic@<6.5.6": ">=6.5.6",
"http-proxy-middleware@<2.0.7": ">=2.0.7",
"elliptic@<6.6.0": ">=6.6.0",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": ">=3.3.8",
"@octokit/request-error@>=1.0.0 <5.1.1": ">=5.1.1",
"esbuild@<=0.24.2": ">=0.25.0",
"vite@>=5.0.0 <5.4.19": ">=5.4.19",
"prismjs@<1.30.0": ">=1.30.0",
"@octokit/request@>=1.0.0 <8.4.1": ">=8.4.1",
"@octokit/plugin-paginate-rest@>=1.0.0 <9.2.2": ">=9.2.2",
"axios@>=1.0.0 <1.8.2": ">=1.8.2",
"estree-util-value-to-estree@<3.3.3": ">=3.3.3",
"@babel/runtime-corejs3@<7.26.10": ">=7.26.10",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@babel/helpers@<7.26.10": ">=7.26.10",
"http-proxy-middleware@>=3.0.0 <3.0.5": ">=3.0.5",
"tar-fs@>=2.0.0 <2.1.3": ">=2.1.3",
"image-size@>=1.1.0 <1.2.1": ">=1.2.1",
"path-to-regexp@<0.1.12": ">=0.1.12",
"webpack-dev-server@<=5.2.0": ">=5.2.1",
"brace-expansion@<2": "^1.1.11",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"@reduxjs/toolkit": "1.9.7",
"immer": "9.0.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0"
}
},
"packageManager": "pnpm@9.1.3+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd"
}