UNPKG

1.92 kBJSONView Raw
1{
2 "name": "bpmn-js-properties-panel",
3 "version": "0.40.0",
4 "description": "A simple properties panel for bpmn-js",
5 "scripts": {
6 "lint": "eslint .",
7 "all": "run-s lint test build",
8 "dev": "npm test -- --no-single-run --auto-watch",
9 "build": "run-s build:*",
10 "build:less": "lessc --include-path=node_modules styles/properties.less dist/assets/bpmn-js-properties-panel.css",
11 "test": "karma start",
12 "prepublishOnly": "run-s build"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/bpmn-io/bpmn-js-properties-panel"
17 },
18 "keywords": [
19 "bpmn-js",
20 "properties",
21 "properties-panel"
22 ],
23 "author": {
24 "name": "Nico Rehwaldt",
25 "url": "https://github.com/nikku"
26 },
27 "license": "MIT",
28 "devDependencies": {
29 "bpmn-js": "^8.2.0",
30 "bpmn-moddle": "^7.0.4",
31 "camunda-bpmn-moddle": "^4.5.0",
32 "chai": "^4.1.2",
33 "diagram-js": "^7.2.0",
34 "eslint": "^7.12.1",
35 "eslint-plugin-bpmn-io": "^0.11.0",
36 "karma": "^4.1.0",
37 "karma-chrome-launcher": "^2.2.0",
38 "karma-firefox-launcher": "^1.1.0",
39 "karma-mocha": "~1.2.0",
40 "karma-phantomjs-launcher": "^1.0.4",
41 "karma-safari-launcher": "^1.0.0",
42 "karma-sinon-chai": "^2.0.2",
43 "karma-spec-reporter": "0.0.31",
44 "karma-webpack": "^4.0.2",
45 "less": "^3.8.0",
46 "mocha": "^5.2.0",
47 "mocha-test-container-support": "0.2.0",
48 "npm-run-all": "^4.1.5",
49 "promise-polyfill": "^8.1.3",
50 "puppeteer": "^1.18.0",
51 "raw-loader": "^0.5.1",
52 "sinon": "^4.5.0",
53 "sinon-chai": "^3.2.0",
54 "webpack": "^4.16.2"
55 },
56 "dependencies": {
57 "@bpmn-io/extract-process-variables": "^0.4.0",
58 "ids": "^1.0.0",
59 "inherits": "^2.0.1",
60 "lodash": "^4.17.20",
61 "min-dom": "^3.1.3",
62 "scroll-tabs": "^1.0.1",
63 "selection-update": "^0.1.2"
64 },
65 "peerDependencies": {
66 "bpmn-js": "^3.x || ^4.x || ^5.x || ^6.x || ^7.x || ^8.x"
67 }
68}