@camunda/play 1.5.4-rc.0 → 1.5.4-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +122 -122
package/package.json CHANGED
@@ -1,124 +1,124 @@
1
1
  {
2
- "name": "@camunda/play",
3
- "version": "1.5.4-rc.0",
4
- "type": "module",
5
- "scripts": {
6
- "start": "vite",
7
- "build": "tsc && vite build",
8
- "build:dev": "tsc && vite build --mode development",
9
- "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
10
- "build:e2e": "yarn build --mode e2e",
11
- "playwright": "playwright test",
12
- "test:e2e": "yarn playwright e2e/tests",
13
- "test:e2e:ci": "IS_E2E=true yarn playwright e2e/tests",
14
- "eslint": "eslint .",
15
- "lint": "yarn tsc && yarn eslint",
16
- "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
17
- "test": "vitest",
18
- "coverage": "yarn test run --coverage --changed",
19
- "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
20
- "publish-local": "yarn build:dev && npx yalc push --sig"
21
- },
22
- "peerDependencies": {
23
- "@bpmn-io/element-template-icon-renderer": "0.x",
24
- "@bpmn-io/form-js": "1.x",
25
- "@camunda/improved-canvas": "1.x",
26
- "@carbon/react": "1.x",
27
- "@monaco-editor/react": "4.x",
28
- "bpmn-moddle": "8.x || 9.x",
29
- "camunda-bpmn-js": "3.x || 4.x",
30
- "diagram-js-grid": "1.x",
31
- "diagram-js-minimap": "4.x",
32
- "lodash": "4.x",
33
- "mobx": "6.x",
34
- "mobx-react": "7.x",
35
- "monaco-editor": "0.x",
36
- "react": "18.x",
37
- "react-dom": "18.x",
38
- "styled-components": "6.x"
39
- },
40
- "devDependencies": {
41
- "@bpmn-io/element-template-icon-renderer": "0.5.2",
42
- "@bpmn-io/form-js": "1.8.6",
43
- "@camunda/form-js-assistant-module": "0.5.0",
44
- "@camunda/form-playground": "0.14.0",
45
- "@camunda/improved-canvas": "1.3.2",
46
- "@carbon/react": "1.55.0",
47
- "@types/carbon__elements": "11.10.3",
48
- "@monaco-editor/react": "4.6.0",
49
- "@playwright/test": "1.43.1",
50
- "@testing-library/jest-dom": "6.4.2",
51
- "@testing-library/react": "15.0.3",
52
- "@testing-library/react-hooks": "8.0.1",
53
- "@testing-library/user-event": "14.5.2",
54
- "@types/bpmn-moddle": "5.1.11",
55
- "@types/carbon-components-react": "7.55.10",
56
- "@types/jest": "29.5.12",
57
- "@types/lodash": "4.17.0",
58
- "@types/mixpanel-browser": "2.49.0",
59
- "@types/node": "20.12.7",
60
- "@types/prop-types": "15.7.12",
61
- "@types/react": "18.2.79",
62
- "@types/react-dom": "18.2.25",
63
- "@types/vimeo__player": "2.18.3",
64
- "@typescript-eslint/eslint-plugin": "7.8.0",
65
- "@typescript-eslint/parser": "7.8.0",
66
- "@vitejs/plugin-react": "4.2.1",
67
- "@vitest/coverage-istanbul": "1.5.0",
68
- "@vitest/ui": "1.5.0",
69
- "bpmn-js-headless": "0.1.0",
70
- "bpmn-moddle": "9.0.1",
71
- "camunda-bpmn-js": "4.5.1",
72
- "diagram-js-grid": "1.0.0",
73
- "diagram-js-minimap": "4.1.0",
74
- "eslint": "8.57.0",
75
- "eslint-config-prettier": "9.1.0",
76
- "eslint-plugin-camunda-licensed": "0.4.6",
77
- "eslint-plugin-prettier": "5.1.3",
78
- "eslint-plugin-react-hooks": "4.6.0",
79
- "eslint-plugin-react-refresh": "0.4.6",
80
- "eslint-plugin-testing-library": "6.2.2",
81
- "jsdom": "24.0.0",
82
- "lodash": "4.17.21",
83
- "mixpanel-browser": "2.49.0",
84
- "mobx": "6.12.3",
85
- "mobx-react": "7.6.0",
86
- "monaco-editor": "0.48.0",
87
- "prettier": "3.2.5",
88
- "prop-types": "15.8.1",
89
- "react": "18.2.0",
90
- "react-dom": "18.2.0",
91
- "react-router-dom": "6.20.1",
92
- "sass": "1.75.0",
93
- "source-map-explorer": "2.5.3",
94
- "styled-components": "6.1.8",
95
- "ts-toolbelt": "9.6.0",
96
- "tsc-watch": "6.2.0",
97
- "typescript": "5.4.5",
98
- "vite": "5.2.10",
99
- "vite-plugin-svgr": "4.2.0",
100
- "vite-svg-loader": "5.1.0",
101
- "vite-tsconfig-paths": "4.3.2",
102
- "vitest": "1.5.0"
103
- },
104
- "lint-staged": {
105
- "*": [
106
- "prettier --write"
107
- ],
108
- "*.{js,jsx,ts,tsx}": [
109
- "yarn lint"
110
- ]
111
- },
112
- "description": "Camunda Play",
113
- "main": "./build/play.js",
114
- "files": [
115
- "/build"
116
- ],
117
- "author": "Camunda",
118
- "license": "Apache-2.0",
119
- "packageManager": "yarn@1.22.22",
120
- "dependencies": {
121
- "@carbon/elements": "11.44.0",
122
- "@vimeo/player": "2.23.0"
123
- }
2
+ "name": "@camunda/play",
3
+ "version": "1.5.4-rc.2",
4
+ "type": "module",
5
+ "scripts": {
6
+ "start": "vite",
7
+ "build": "tsc && vite build",
8
+ "build:dev": "tsc && vite build --mode development",
9
+ "build:watch": "tsc-watch --onSuccess \"yarn publish-local\"",
10
+ "build:e2e": "yarn build --mode e2e",
11
+ "playwright": "playwright test",
12
+ "test:e2e": "yarn playwright e2e/tests",
13
+ "test:e2e:ci": "IS_E2E=true yarn playwright e2e/tests",
14
+ "eslint": "eslint .",
15
+ "lint": "yarn tsc && yarn eslint",
16
+ "analyze-bundle": "yarn build && source-map-explorer build/* --no-border-checks",
17
+ "test": "vitest",
18
+ "coverage": "yarn test run --coverage --changed",
19
+ "fix:prettier": "prettier --write \"**/*.{ts,tsx}\"",
20
+ "publish-local": "yarn build:dev && npx yalc push --sig"
21
+ },
22
+ "peerDependencies": {
23
+ "@bpmn-io/element-template-icon-renderer": "0.x",
24
+ "@bpmn-io/form-js": "1.x",
25
+ "@camunda/improved-canvas": "1.x",
26
+ "@carbon/react": "1.x",
27
+ "@monaco-editor/react": "4.x",
28
+ "bpmn-moddle": "8.x || 9.x",
29
+ "camunda-bpmn-js": "3.x || 4.x",
30
+ "diagram-js-grid": "1.x",
31
+ "diagram-js-minimap": "4.x",
32
+ "lodash": "4.x",
33
+ "mobx": "6.x",
34
+ "mobx-react": "7.x",
35
+ "monaco-editor": "0.x",
36
+ "react": "18.x",
37
+ "react-dom": "18.x",
38
+ "styled-components": "6.x"
39
+ },
40
+ "devDependencies": {
41
+ "@bpmn-io/element-template-icon-renderer": "0.5.2",
42
+ "@bpmn-io/form-js": "1.8.6",
43
+ "@camunda/form-js-assistant-module": "0.5.0",
44
+ "@camunda/form-playground": "0.14.0",
45
+ "@camunda/improved-canvas": "1.3.2",
46
+ "@carbon/react": "1.55.0",
47
+ "@types/carbon__elements": "11.10.3",
48
+ "@monaco-editor/react": "4.6.0",
49
+ "@playwright/test": "1.43.1",
50
+ "@testing-library/jest-dom": "6.4.2",
51
+ "@testing-library/react": "15.0.3",
52
+ "@testing-library/react-hooks": "8.0.1",
53
+ "@testing-library/user-event": "14.5.2",
54
+ "@types/bpmn-moddle": "5.1.11",
55
+ "@types/carbon-components-react": "7.55.10",
56
+ "@types/jest": "29.5.12",
57
+ "@types/lodash": "4.17.0",
58
+ "@types/mixpanel-browser": "2.49.0",
59
+ "@types/node": "20.12.7",
60
+ "@types/prop-types": "15.7.12",
61
+ "@types/react": "18.2.79",
62
+ "@types/react-dom": "18.2.25",
63
+ "@types/vimeo__player": "2.18.3",
64
+ "@typescript-eslint/eslint-plugin": "7.8.0",
65
+ "@typescript-eslint/parser": "7.8.0",
66
+ "@vitejs/plugin-react": "4.2.1",
67
+ "@vitest/coverage-istanbul": "1.5.0",
68
+ "@vitest/ui": "1.5.0",
69
+ "bpmn-js-headless": "0.1.0",
70
+ "bpmn-moddle": "9.0.1",
71
+ "camunda-bpmn-js": "4.5.1",
72
+ "diagram-js-grid": "1.0.0",
73
+ "diagram-js-minimap": "4.1.0",
74
+ "eslint": "8.57.0",
75
+ "eslint-config-prettier": "9.1.0",
76
+ "eslint-plugin-camunda-licensed": "0.4.6",
77
+ "eslint-plugin-prettier": "5.1.3",
78
+ "eslint-plugin-react-hooks": "4.6.0",
79
+ "eslint-plugin-react-refresh": "0.4.6",
80
+ "eslint-plugin-testing-library": "6.2.2",
81
+ "jsdom": "24.0.0",
82
+ "lodash": "4.17.21",
83
+ "mixpanel-browser": "2.49.0",
84
+ "mobx": "6.12.3",
85
+ "mobx-react": "7.6.0",
86
+ "monaco-editor": "0.48.0",
87
+ "prettier": "3.2.5",
88
+ "prop-types": "15.8.1",
89
+ "react": "18.2.0",
90
+ "react-dom": "18.2.0",
91
+ "react-router-dom": "6.20.1",
92
+ "sass": "1.75.0",
93
+ "source-map-explorer": "2.5.3",
94
+ "styled-components": "6.1.8",
95
+ "ts-toolbelt": "9.6.0",
96
+ "tsc-watch": "6.2.0",
97
+ "typescript": "5.4.5",
98
+ "vite": "5.2.10",
99
+ "vite-plugin-svgr": "4.2.0",
100
+ "vite-svg-loader": "5.1.0",
101
+ "vite-tsconfig-paths": "4.3.2",
102
+ "vitest": "1.5.0"
103
+ },
104
+ "lint-staged": {
105
+ "*": [
106
+ "prettier --write"
107
+ ],
108
+ "*.{js,jsx,ts,tsx}": [
109
+ "yarn lint"
110
+ ]
111
+ },
112
+ "description": "Camunda Play",
113
+ "main": "./build/play.js",
114
+ "files": [
115
+ "/build"
116
+ ],
117
+ "author": "Camunda",
118
+ "license": "Apache-2.0",
119
+ "packageManager": "yarn@1.22.22",
120
+ "dependencies": {
121
+ "@carbon/elements": "11.44.0",
122
+ "@vimeo/player": "2.23.0"
123
+ }
124
124
  }