@bpmn-io/properties-panel 0.10.1 → 0.12.0

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.
package/package.json CHANGED
@@ -1,87 +1,88 @@
1
- {
2
- "name": "@bpmn-io/properties-panel",
3
- "version": "0.10.1",
4
- "description": "Library for creating bpmn-io properties panels.",
5
- "main": "dist/index.js",
6
- "module": "dist/index.esm.js",
7
- "files": [
8
- "dist",
9
- "assets",
10
- "preact"
11
- ],
12
- "scripts": {
13
- "all": "run-s lint build test",
14
- "build": "del-cli preact dist && rollup -c",
15
- "build:watch": "rollup -c --watch",
16
- "lint": "eslint .",
17
- "dev": "npm test -- --auto-watch --no-single-run",
18
- "test": "karma start karma.config.js",
19
- "prepublishOnly": "run-s build",
20
- "prepare": "run-s build"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/bpmn-io/properties-panel.git"
25
- },
26
- "publishConfig": {
27
- "access": "public"
28
- },
29
- "author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
30
- "contributors": [
31
- {
32
- "name": "bpmn.io contributors",
33
- "url": "https://github.com/bpmn-io"
34
- }
35
- ],
36
- "license": "MIT",
37
- "dependencies": {
38
- "classnames": "^2.3.1",
39
- "min-dash": "^3.7.0",
40
- "min-dom": "^3.1.3"
41
- },
42
- "devDependencies": {
43
- "@babel/cli": "^7.14.5",
44
- "@babel/core": "^7.14.3",
45
- "@babel/plugin-transform-react-jsx": "^7.14.3",
46
- "@rollup/plugin-babel": "^5.3.0",
47
- "@rollup/plugin-json": "^4.1.0",
48
- "@rollup/plugin-node-resolve": "^13.0.6",
49
- "@testing-library/preact": "^2.0.1",
50
- "@testing-library/preact-hooks": "^1.1.0",
51
- "babel-loader": "^8.2.2",
52
- "babel-plugin-inline-react-svg": "^2.0.1",
53
- "babel-plugin-module-resolver": "^4.1.0",
54
- "chai": "^4.3.4",
55
- "copy-webpack-plugin": "^9.0.0",
56
- "cross-env": "^7.0.3",
57
- "css-loader": "^5.2.6",
58
- "del-cli": "^4.0.0",
59
- "eslint": "^7.28.0",
60
- "eslint-plugin-bpmn-io": "^0.12.0",
61
- "eslint-plugin-import": "^2.23.4",
62
- "eslint-plugin-react-hooks": "^4.2.0",
63
- "istanbul-instrumenter-loader": "^3.0.1",
64
- "karma": "^6.3.3",
65
- "karma-chrome-launcher": "^3.1.0",
66
- "karma-coverage": "^2.0.3",
67
- "karma-debug-launcher": "0.0.4",
68
- "karma-env-preprocessor": "^0.1.1",
69
- "karma-mocha": "^2.0.1",
70
- "karma-sinon-chai": "^2.0.2",
71
- "karma-webpack": "^5.0.0",
72
- "mocha": "^9.1.3",
73
- "mocha-test-container-support": "^0.2.0",
74
- "npm-run-all": "^4.1.5",
75
- "preact": "^10.5.13",
76
- "puppeteer": "^10.0.0",
77
- "raw-loader": "^4.0.2",
78
- "react-svg-loader": "^3.0.3",
79
- "replace-in-file": "^6.3.2",
80
- "rollup": "^2.61.0",
81
- "rollup-plugin-copy": "^3.4.0",
82
- "sinon": "^11.1.1",
83
- "sinon-chai": "^3.7.0",
84
- "sirv-cli": "^1.0.12",
85
- "webpack": "^5.38.1"
86
- }
87
- }
1
+ {
2
+ "name": "@bpmn-io/properties-panel",
3
+ "version": "0.12.0",
4
+ "description": "Library for creating bpmn-io properties panels.",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.esm.js",
7
+ "files": [
8
+ "dist",
9
+ "assets",
10
+ "preact"
11
+ ],
12
+ "scripts": {
13
+ "all": "run-s lint build test",
14
+ "build": "del-cli preact dist && rollup -c",
15
+ "build:watch": "rollup -c --watch",
16
+ "lint": "eslint .",
17
+ "dev": "npm test -- --auto-watch --no-single-run",
18
+ "test": "karma start karma.config.js",
19
+ "prepublishOnly": "run-s build",
20
+ "prepare": "run-s build"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/bpmn-io/properties-panel.git"
25
+ },
26
+ "publishConfig": {
27
+ "access": "public"
28
+ },
29
+ "author": "Niklas Kiefer <niklas.kiefer@camunda.com> (https://github.com/pinussilvestrus)",
30
+ "contributors": [
31
+ {
32
+ "name": "bpmn.io contributors",
33
+ "url": "https://github.com/bpmn-io"
34
+ }
35
+ ],
36
+ "license": "MIT",
37
+ "dependencies": {
38
+ "classnames": "^2.3.1",
39
+ "min-dash": "^3.7.0",
40
+ "min-dom": "^3.1.3"
41
+ },
42
+ "devDependencies": {
43
+ "@babel/cli": "^7.14.5",
44
+ "@babel/core": "^7.14.3",
45
+ "@babel/plugin-transform-react-jsx": "^7.14.3",
46
+ "@rollup/plugin-babel": "^5.3.0",
47
+ "@rollup/plugin-json": "^4.1.0",
48
+ "@rollup/plugin-node-resolve": "^13.0.6",
49
+ "@testing-library/preact": "^2.0.1",
50
+ "@testing-library/preact-hooks": "^1.1.0",
51
+ "axe-core": "^4.3.5",
52
+ "babel-loader": "^8.2.2",
53
+ "babel-plugin-inline-react-svg": "^2.0.1",
54
+ "babel-plugin-module-resolver": "^4.1.0",
55
+ "chai": "^4.3.4",
56
+ "copy-webpack-plugin": "^9.0.0",
57
+ "cross-env": "^7.0.3",
58
+ "css-loader": "^5.2.6",
59
+ "del-cli": "^4.0.0",
60
+ "eslint": "^7.28.0",
61
+ "eslint-plugin-bpmn-io": "^0.12.0",
62
+ "eslint-plugin-import": "^2.23.4",
63
+ "eslint-plugin-react-hooks": "^4.2.0",
64
+ "istanbul-instrumenter-loader": "^3.0.1",
65
+ "karma": "^6.3.3",
66
+ "karma-chrome-launcher": "^3.1.0",
67
+ "karma-coverage": "^2.0.3",
68
+ "karma-debug-launcher": "0.0.4",
69
+ "karma-env-preprocessor": "^0.1.1",
70
+ "karma-mocha": "^2.0.1",
71
+ "karma-sinon-chai": "^2.0.2",
72
+ "karma-webpack": "^5.0.0",
73
+ "mocha": "^9.1.3",
74
+ "mocha-test-container-support": "^0.2.0",
75
+ "npm-run-all": "^4.1.5",
76
+ "preact": "^10.5.13",
77
+ "puppeteer": "^10.0.0",
78
+ "raw-loader": "^4.0.2",
79
+ "react-svg-loader": "^3.0.3",
80
+ "replace-in-file": "^6.3.2",
81
+ "rollup": "^2.61.0",
82
+ "rollup-plugin-copy": "^3.4.0",
83
+ "sinon": "^11.1.1",
84
+ "sinon-chai": "^3.7.0",
85
+ "sirv-cli": "^1.0.12",
86
+ "webpack": "^5.38.1"
87
+ }
88
+ }