-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.24 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.24 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
{
"author": "Bitrise",
"license": "MIT",
"name": "bitrise-workflow-editor",
"version": "2.5.15455",
"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": "vite build",
"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": "vite",
"start:dev:api": "DEV=true ./_scripts/run_api.sh 4000",
"start:base": "concurrently \"npm:start:dev\" \"npm:start:dev:api\"",
"start": "NODE_ENV=development MODE=CLI npm run start:base",
"start:website": "NODE_ENV=development MODE=WEBSITE PUBLIC_URL_ROOT=\"${PUBLIC_URL_ROOT:-/workflow_editor}\" npm run start:base",
"preview": "vite preview",
"build-storybook": "storybook build -c .storybook",
"storybook": "storybook dev -p 6006",
"test": "jest",
"test:jest": "jest --reporters=\"default\" --reporters=\"jest-junit\"",
"test:smoke": "playwright test",
"generate-theme-types": "chakra-cli tokens node_modules/@bitrise/bitkit/src/theme.ts",
"prepare": "husky",
"knip": "knip"
},
"dependencies": {
"@bitrise/bitkit": "^13.356.0",
"@bitrise/bitkit-v2": "^0.3.214",
"@bitrise/languageserver": "git+https://github.com/bitrise-io/bitrise-yml-language-server.git#833b15995769404349b63986ea779b60fccce531",
"@dagrejs/dagre": "^3.0.0",
"@datadog/browser-rum": "^6.33.0",
"@datadog/browser-rum-react": "^6.33.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@monaco-editor/react": "^4.6.0",
"@segment/analytics-next": "^1.83.0",
"@tanstack/react-query": "^5.100.6",
"@tanstack/react-virtual": "^3.13.24",
"@xyflow/react": "^12.10.2",
"algoliasearch": "^5.51.0",
"chakra-ui-2--react": "npm:@chakra-ui/react@2.10.9",
"dequal": "^2.0.3",
"es-toolkit": "^1.46.1",
"launchdarkly-js-client-sdk": "^3.9.1",
"monaco-editor": "^0.53.0",
"monaco-yaml": "^5.4.1",
"node-diff3": "^3.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.74.0",
"react-lazy-with-preload": "^2.2.1",
"remove-markdown": "^0.6.0",
"search-insights": "^2.17.3",
"semver": "^7.7.4",
"type-fest": "^5.6.0",
"usehooks-ts": "^3.1.1",
"wouter": "^3.9.0",
"yaml": "^2.8.1",
"zustand": "^5.0.12"
},
"devDependencies": {
"@bitrise/eslint-plugin": "^4.1.0",
"@google-cloud/storage": "^7.19.0",
"@playwright/test": "^1.59.1",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-links": "^10.3.5",
"@storybook/react-vite": "^10.3.5",
"@swc/core": "^1.15.32",
"@swc/jest": "^0.2.39",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.7.1",
"@types/node": "^24.9.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7.7.1",
"@vitejs/plugin-react-swc": "^4.3.0",
"chakra-ui-2--cli": "npm:@chakra-ui/cli@2.5.8",
"concurrently": "^9.2.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-storybook": "^10.3.5",
"glob": "^11.0.3",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.3.0",
"jest-junit": "^16.0.0",
"jest-watch-typeahead": "^2.2.2",
"knip": "^5.66.4",
"lint-staged": "^16.4.0",
"msw": "^2.13.6",
"msw-storybook-addon": "^2.0.7",
"prettier": "^3.8.3",
"storybook": "^10.3.5",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vite-plugin-compression": "^0.5.1",
"wrangler": "^4.86.0"
},
"msw": {
"workerDirectory": [
".storybook/public"
]
}
}