-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "@einarlyn/custom-form-editor",
"version": "0.1.11",
"description": "An extension library for @bpmn.io/form-js that provides custom form editor functionalities",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/EinArlyn/custom-form-editor-lib.git"
},
"keywords": [
"vue",
"form",
"custom",
"library",
"form-js",
"form-editor",
"bpmn-io-extension"
],
"author": "Aleksandr <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"dependencies": {
"@bpmn-io/form-js": "^1.8.2",
"@bpmn-io/properties-panel": "^3.18.2",
"diagram-js": "^14.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"babel-loader": "^9.1.3",
"core-js": "^3.36.1",
"css-loader": "^7.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"publishConfig": {
"access": "public"
}
}