forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "kogito-tooling",
"version": "0.0.0",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"env:print": "build-env --print-env",
"env:vars": "build-env --print-vars",
"bootstrap": "lerna bootstrap",
"build:dev": "lerna run build:dev --stream",
"build:prod": "lerna run build:prod --stream",
"build:productization": "lerna run build:prod --scope=@kogito-tooling/kie-editors-standalone --include-filtered-dependencies --stream",
"test:clearCache": "lerna run test:clearCache --stream",
"update-version-to": "node ./scripts/update_version.js",
"locktt": "locktt",
"npm-tt": "npm-tt",
"publish:productization": "IS_PUBLIC=\"node -p \\\"require('./package.json').private !== true\\\"\" lerna exec --scope @kogito-tooling/kie-editors-standalone --include-dependencies -- yarn run --silent run-script-if --silent --bool '$(eval $IS_PUBLIC)' --then \\\"npm publish --access public --registry $REGISTRY\\\" --else \\\"echo 'Skipping private package $(pwd)'\\\"",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky install",
"postinstall": "patch-package"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@kie/npm-treatment-tool": "^1.1.1",
"@simbathesailor/use-what-changed": "^2.0.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.2",
"@types/chai": "^4.2.17",
"@types/chrome": "^0.0.143",
"@types/filesystem": "^0.0.32",
"@types/glob": "^7.1.3",
"@types/inquirer": "^7.3.2",
"@types/invariant": "^2.2.34",
"@types/jest": "^26.0.23",
"@types/jest-when": "2.7.3",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"@types/selenium-webdriver": "^4.0.12",
"@types/semver": "^7.3.6",
"@types/simpl-schema": "1.10.2",
"@types/sinon": "^10.0.2",
"@types/underscore": "^1.11.2",
"@types/vscode": "^1.56.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vscode/test-web": "^0.0.15",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"chromedriver": "^94.0.0",
"circular-dependency-plugin": "^5.2.2",
"compressing": "^1.5.1",
"copy-webpack-plugin": "^8.1.1",
"copyfiles": "^2.4.1",
"cpr": "^3.0.1",
"cross-var": "^1.1.0",
"css-loader": "^5.2.4",
"cypress": "^7.2.0",
"cypress-file-upload": "^5.0.7",
"cypress-iframe": "^1.0.1",
"cypress-log-to-output": "^1.1.2",
"decompress": "^4.2.1",
"electron-packager": "^15.2.0",
"electron-rebuild": "^2.3.5",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"graphviz": "^0.0.9",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.3.2",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"is-plain-object": "^5.0.0",
"jest": "^26.6.3",
"jest-raw-loader": "^1.0.1",
"jest-webextension-mock": "^3.7.9",
"jest-when": "3.3.1",
"js-yaml": "^4.1.0",
"junit-report-merger": "^2.2.2",
"lerna": "^4.0.0",
"lock-treatment-tool": "^0.4.2",
"mocha": "^8.3.2",
"mocha-jenkins-reporter": "^0.4.5",
"mocha-multi-reporters": "1.5.1",
"npm-run-all": "^4.1.5",
"null-loader": "^4.0.1",
"os-browserify": "^0.3.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"raw-loader": "^4.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"run-script-os": "^1.1.6",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"sax": "^1.2.4",
"selenium-webdriver": "^4.0.0-beta.3",
"semver": "^7.3.5",
"sinon": "^11.1.1",
"source-map-loader": "^2.0.2",
"spectron": "^14.0.0",
"start-server-and-test": "^1.12.1",
"stream": "^0.0.2",
"style-loader": "^2.0.0",
"ts-jest": "^26.5.6",
"ts-loader": "^9.1.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"underscore": "^1.13.1",
"uniforms-bridge-simple-schema-2": "^3.5.5",
"url-loader": "^4.1.1",
"vsce": "^1.96.1",
"vscode-extension-tester": "^4.2.3",
"vscode-test": "^1.6.1",
"watch": "^1.0.2",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^3.0.0",
"zip-webpack-plugin": "^4.0.1"
},
"resolutions": {
"react-dropzone": "^11.4.2",
"ua-parser-js": "^0.7.30",
"@types/react": "^17.0.6"
}
}