-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
201 lines (201 loc) · 6.99 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
{
"author": "Bitrise",
"license": "MIT",
"name": "bitrise-workflow-editor",
"version": "1.5.12532",
"description": "Bitrise workflow editor",
"homepage": "https://github.com/bitrise-io/bitrise-workflow-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bitrise-io/bitrise-workflow-editor.git"
},
"bugs": {
"url": "https://github.com/bitrise-io/bitrise-workflow-editor/issues"
},
"keywords": [
"bitrise",
"ci",
"cd",
"mobile",
"pipeline",
"workflow",
"step",
"editor"
],
"main": "index.js",
"scripts": {
"lint": "eslint source/javascripts --cache",
"lint:fix": "eslint source/javascripts --cache --quiet --fix",
"build": "webpack --bail",
"build:website": "MODE=WEBSITE ANALYTICS=true CLARITY=true DATADOG_RUM=true npm run build",
"build:plugin": "MODE=CLI ANALYTICS=true npm run build && ./_scripts/compile_api.sh",
"start:dev": "webpack-dev-server",
"start:base": "concurrently \"npm:start:dev\" \"DEV=true ./_scripts/run_api.sh 4000\"",
"start": "NODE_ENV=development MODE=CLI npm run start:base",
"start:website": "NODE_ENV=development MODE=WEBSITE PUBLIC_URL_ROOT=http://localhost:4000 npm run start:base",
"build-storybook": "storybook build -c .storybook",
"storybook": "storybook dev -p 6006",
"test": "karma start spec/karma.conf.js",
"test:jest": "jest",
"test:smoke": "playwright test",
"e2e:dev": "cypress open",
"e2e:run": "cypress run",
"e2e:api": "./_scripts/run_api.sh",
"e2e": "start-test e2e:api http://localhost:4000/$(npm pkg get version | tr -d '\\\"')/ 'concurrently -k -s all -g \"npm:e2e:feature:*\"'",
"e2e:feature:workflows": "cypress run --spec spec/integration/workflows.feature",
"e2e:feature:step-list": "cypress run --spec spec/integration/workflows-steps-list.feature",
"e2e:feature:step-inputs": "cypress run --spec spec/integration/workflows-steps-inputs.feature",
"e2e:feature:step-details": "cypress run --spec spec/integration/workflows-steps-details.feature",
"generate-theme-types": "chakra-cli tokens node_modules/@bitrise/bitkit/src/theme.ts",
"prepare": "husky"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,
"stepDefinitions": "spec/integration"
},
"dependencies": {
"@bitrise/bitkit": "^13.179.0",
"@bitrise/react2angular": "^5.0.0",
"@bitrise/steplib-search": "^2.3.0",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme": "^3.3.1",
"@dagrejs/dagre": "^1.1.4",
"@datadog/browser-core": "^5.29.1",
"@datadog/browser-logs": "^5.29.1",
"@datadog/browser-rum": "^5.29.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@monaco-editor/react": "^4.6.0",
"@segment/analytics-next": "^1.76.0",
"@tanstack/react-query": "^5.60.2",
"@tanstack/react-virtual": "^3.10.8",
"@types/segment-analytics": "^0.0.38",
"@xyflow/react": "^12.3.4",
"abortcontroller-polyfill": "^1.7.5",
"algoliasearch": "^4.24.0",
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-cookies": "^1.8.3",
"angular-elastic": "^2.5.1",
"angular-route": "^1.8.3",
"angular-sanitize": "^1.8.3",
"classnames": "^2.5.1",
"es-toolkit": "^1.27.0",
"esprima": "^4.0.1",
"fuse.js": "^7.0.0",
"http-method-enum": "^1.0.0",
"jquery": "^3.7.1",
"json-schema-to-ts": "^3.1.1",
"launchdarkly-js-client-sdk": "^3.5.0",
"monaco-editor": "^0.52.0",
"monaco-yaml": "^5.2.3",
"ng-showdown": "^1.1.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-lazy-load-image-component": "^1.6.2",
"semver": "^7.6.3",
"showdown": "^2.1.0",
"type-fest": "^4.26.1",
"underscore": "^1.13.7",
"usehooks-ts": "^3.1.0",
"yaml": "^2.6.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@bitrise/eslint-plugin": "^2.12.0",
"@chakra-ui/cli": "^2.4.1",
"@google-cloud/storage": "^7.14.0",
"@playwright/test": "^1.48.2",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-interactions": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-queryparams": "^7.0.1",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-webpack5": "^8.4.4",
"@storybook/test": "^8.4.4",
"@swc/core": "^1.8.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/cypress-cucumber-preprocessor": "^4.0.5",
"@types/jasmine-ajax": "^3.3.5",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/luxon": "^3.4.2",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@types/react-lazy-load-image-component": "^1.6.4",
"@types/resize-observer-browser": "^0.1.11",
"@types/showdown": "^2.0.6",
"@types/underscore": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@webpack-cli/serve": "^2.0.5",
"angular-mocks": "1.8.3",
"compression-webpack-plugin": "^11.1.0",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"cypress": "^13.15.1",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-multi-reporters": "^1.6.4",
"eslint": "^8.57.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-jasmine": "^4.2.2",
"file-loader": "^6.2.0",
"glob": "^11.0.0",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"ignore-loader": "^0.1.2",
"jasmine-ajax": "^4.0.0",
"jest": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"jsdom": "^24.1.3",
"karma": "^6.4.4",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jsdom-launcher": "^17.0.0",
"karma-spec-reporter": "^0.0.36",
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.2",
"mocha-junit-reporter": "^2.2.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"monaco-languageserver-types": "^0.4.0",
"msw": "^2.6.0",
"msw-storybook-addon": "^2.0.3",
"node-sass": "^9.0.0",
"null-loader": "^4.0.1",
"onchange": "^7.1.0",
"prettier": "^3.3.3",
"sass-loader": "^15.0.0",
"shell-loader": "^1.2.1",
"start-server-and-test": "^2.0.8",
"storybook": "^8.4.4",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"whatwg-fetch": "^3.6.20"
},
"msw": {
"workerDirectory": [
".storybook/public"
]
}
}