forked from Azure/LogicAppsUX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
219 lines (219 loc) · 8.46 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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"name": "@microsoft/logicappsux",
"version": "2.67.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx run designer:build --parallel",
"build:all": "nx run-many --all --target=build --parallel",
"yalcpush:all": "nx run-many --all --target=yalcpush",
"test": "nx affected --target=test --parallel",
"test:all": "nx run-many --all --target=test --parallel",
"test:e2e": "nx run designer-e2e:e2e",
"test:e2e:ci": "nx run designer-e2e:e2e:ci",
"lint": "nx affected --target=lint --parallel",
"lint:fix": "nx affected --target=lint --fix",
"prepare": "husky install",
"pretty": "nx format:write --uncommitted --parallel",
"extract": "formatjs extract \"libs/**/*.ts*\" --ignore \"libs/**/*.{d,test,spec}.{ts,tsx}\" --out-file Localize/lang/strings.json --format ./format.js",
"compile:loc": "formatjs compile-folder --ast --format ./format.js \"Localize/lang\" \"libs/services/intl/src/compiled-lang/\" ",
"compile:loc:psuedo": "formatjs compile \"Localize/lang/strings.json\" --ast --format ./format.js --out-file \"libs/services/intl/src/compiled-lang/strings.en-XA.json\" --pseudo-locale en-XA",
"build:designer-client-services": "nx run services-designer-client-services:build",
"build:chatbot": "nx run chatbot:build",
"build:parsers": "nx run parsers:build",
"build:vscode-react": "nx run vs-code-react:build",
"build:vscode-designer": "nx run vs-code-designer:build && nx run vs-code-designer-react:build && nx run vs-code-react:build",
"build:vscode-datamapper": "nx run vs-code-data-mapper:build && nx run vs-code-data-mapper-react:build",
"build:utils": "nx run utils:build",
"build:docs": "nx build logic-apps-ux-docs",
"start:docs": "nx serve logic-apps-ux-docs",
"bump": "standard-version --no-verify",
"vscode:designer:pack:step1": "cd ./dist/apps/vs-code-designer && npm install",
"vscode:designer:pack:step2": "node extension-copy-svgs.js designer",
"vscode:designer:pack:step3": "cd ./dist/apps/vs-code-designer && vsce package",
"vscode:data-mapper:pack:step1": "cd ./dist/apps/vs-code-data-mapper && npm install",
"vscode:data-mapper:pack:step2": "node extension-copy-svgs.js data-mapper",
"vscode:data-mapper:pack:step3": "cd ./dist/apps/vs-code-data-mapper && vsce package",
"vscode:designer:pack": "npm run vscode:designer:pack:step1 && npm run vscode:designer:pack:step2 && npm run vscode:designer:pack:step3",
"vscode:data-mapper:pack": "npm run vscode:data-mapper:pack:step1 && npm run vscode:data-mapper:pack:step2 && npm run vscode:data-mapper:pack:step3",
"fixLineEndings": "prettier --write \"**/*.json\"",
"testgen": "playwright codegen https://localhost:4200",
"postinstall": "node init.js",
"generateArmToken": "az account get-access-token --tenant 72f988bf-86f1-41af-91ab-2d7cd011db47 > ./apps/designer-standalone/src/environments/armToken.json",
"start:arm": "npm run generateArmToken && npm run start"
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"private": true,
"dependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@azure/ms-rest-js": "^2.6.4",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@fluentui/azure-themes": "8.5.70",
"@fluentui/font-icons-mdl2": "8.5.13",
"@fluentui/foundation-legacy": "8.2.15",
"@fluentui/react": "^8.106.7",
"@fluentui/react-components": "^9.18.2",
"@fluentui/react-focus": "8.8.19",
"@fluentui/react-hooks": "8.6.20",
"@fluentui/react-migration-v8-v9": "^9.2.16",
"@fluentui/react-portal-compat": "^9.0.60",
"@fluentui/style-utilities": "8.9.6",
"@fluentui/theme": "2.6.25",
"@fluentui/web-components": "^2.5.12",
"@lexical/react": "^0.11.3",
"@mdx-js/react": "^1.6.22",
"@microsoft/applicationinsights-react-js": "^3.4.0",
"@microsoft/applicationinsights-web": "^2.8.9",
"@microsoft/vscode-azext-azureappservice": "^0.8.1",
"@microsoft/vscode-azext-azureutils": "^0.3.9",
"@microsoft/vscode-azext-utils": "^0.4.0",
"@monaco-editor/react": "4.4.6",
"@react-hookz/web": "22.0.0",
"@reduxjs/toolkit": "1.8.5",
"@swc/helpers": "~0.3.3",
"@types/lodash.isequal": "^4.5.6",
"@types/pathfinding": "^0.0.6",
"@use-it/event-listener": "0.1.7",
"axios": "^1.3.4",
"axios-retry": "^3.5.0",
"azure-storage": "^2.10.3",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"consola": "2.15.3",
"core-js": "3.24.1",
"d3-shape": "3.1.0",
"elkjs": "^0.8.2",
"fuse.js": "6.6.2",
"github-markdown-css": "5.1.0",
"guid-typescript": "1.0.9",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"immer": "9.0.15",
"jest-environment-jsdom": "^29.3.1",
"js-yaml": "4.1.0",
"jwt-decode": "^3.1.2",
"lexical": "^0.11.3",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"monaco-editor": "0.36.1",
"monaco-yaml": "^4.0.4",
"pathfinding": "^0.4.18",
"prism-react-renderer": "^1.3.5",
"process": "^0.11.10",
"process-tree": "^1.0.3",
"ps-tree": "^1.2.0",
"raw-loader": "^4.0.2",
"react-dnd": "16.0.1",
"react-dnd-accessible-backend": "^1.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dnd-multi-backend": "^8.0.0",
"react-hotkeys-hook": "^4.3.8",
"react-icons": "4.8.0",
"react-infinite-scroll-component": "6.1.0",
"react-intl": "6.3.0",
"react-markdown": "8.0.5",
"react-query": "3.39.3",
"react-redux": "8.0.2",
"react-remark": "2.1.0",
"react-router-dom": "6.4.1",
"react-use": "17.4.0",
"reactflow": "^11.8.2",
"regenerator-runtime": "0.13.9",
"request": "^2.88.2",
"request-promise": "^4.2.4",
"stream-http": "^3.2.0",
"tiny-invariant": "1.3.1",
"to-title-case": "1.0.0",
"tracer": "1.1.6",
"tslib": "2.4.0",
"url": "^0.11.0",
"util": "^0.12.5",
"vscode-nls": "^5.2.0",
"web-worker": "1.2.0"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@docusaurus/module-type-aliases": "2.1.0",
"@formatjs/cli": "6.0.4",
"@formatjs/intl": "2.6.7",
"@formatjs/ts-transformer": "3.12.0",
"@nrwl/cli": "15.2.1",
"@nrwl/cypress": "15.2.1",
"@nrwl/devkit": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/js": "15.2.1",
"@nrwl/linter": "15.2.1",
"@nrwl/node": "15.2.1",
"@nrwl/nx-plugin": "15.2.1",
"@nrwl/react": "15.2.1",
"@nrwl/tao": "15.2.1",
"@nrwl/web": "15.2.1",
"@nrwl/workspace": "15.2.1",
"@nx-plus/docusaurus": "^15.0.0-rc.0",
"@playwright/test": "^1.37.1",
"@svgr/webpack": "6.3.1",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@testing-library/react": "13.4.0",
"@trivago/prettier-plugin-sort-imports": "3.3.0",
"@types/d3-shape": "3.1.1",
"@types/jest": "^28.1.8",
"@types/js-yaml": "4.0.5",
"@types/lodash.merge": "^4.6.7",
"@types/node": "18.7.18",
"@types/react": "^18.0.28",
"@types/react-dnd-multi-backend": "6.0.2",
"@types/react-dom": "^18.0.10",
"@types/react-test-renderer": "18.0.0",
"@types/to-title-case": "1.0.0",
"@types/vscode": "1.76.0",
"@types/vscode-webview": "1.57.1",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vscode/test-electron": "2.3.0",
"adm-zip": "^0.5.10",
"babel-jest": "28.1.3",
"babel-loader": "8.2.5",
"babel-plugin-formatjs": "10.3.27",
"chalk": "5.0.1",
"css-loader": "6.7.1",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-formatjs": "4.2.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"jest": "28.1.3",
"jest-junit": "13.2.0",
"jsonc-eslint-parser": "^2.1.0",
"jsonc-parser": "^2.3.1",
"less-loader": "11.0.0",
"playwright": "^1.37.1",
"prettier": "2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"recursive-copy": "^2.0.14",
"rollup-plugin-peer-deps-external": "2.2.4",
"standard-version": "9.5.0",
"style-loader": "3.3.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "^4.7.4",
"url-loader": "4.1.1",
"vsce": "^2.11.0",
"webpack-cli": "4.10.0",
"worker-loader": "3.0.8",
"yalc": "1.0.0-pre.53"
}
}