-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.36 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
{
"name": "abdesigner",
"version": "1.14.0",
"description": "(AppBuilder) A UI for designing AB resources.",
"main": "index.js",
"scripts": {
"build": "webpack-cli --config webpack.prod.js --progress",
"build:dev": "webpack-cli --config webpack.dev.js",
"build:update": "webpack-cli --config webpack.prod.js",
"test": "mocha --config test/.mocharc.js test/**/*.test.js test/**/**/*.test.js",
"watch": "webpack-cli --config webpack.dev.js --watch --progress",
"break": "node --inspect-brk=9229 ./node_modules/.bin/webpack-cli --watch --progress"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"esm": "^3.2.25",
"jsdom": "^18.0.0",
"mocha": "^9.1.2",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"sinon": "^11.1.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.3",
"bpmn-js": "^9.0.3",
"codemirror": "^6.0.1",
"path": "^0.12.7",
"semver": "^7.7.4"
}
}