-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.91 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
{
"name": "com.ui5.journeyrecorder",
"version": "0.3.4",
"description": "UI5 Application: com.ui5.journeyrecorder",
"author": "Adrian Marten",
"license": "Apache-2.0",
"scripts": {
"clean": "rimraf dist coverage",
"build": "ui5 build self-contained -a --clean-dest",
"ts-typecheck": "tsc --noEmit",
"lint": "eslint webapp",
"karma": "karma start",
"karma-ci": "karma start karma-ci.conf.js",
"karma-ci-cov": "karma start karma-ci-cov.conf.js",
"test": "npm run lint && npm run karma-ci-cov",
"wdi5": "wdio run ./webapp/test/e2e/\\wdio.conf.ts",
"deployBuild": "node ./utils/deployBuild.js",
"prepare": "husky",
"commit": "npx commit",
"changelog": "standard-version"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.6.1",
"@openui5/types": "^1.131.1",
"@types/chrome": "^0.0.287",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@ui5/builder": "^4.0.5",
"@ui5/cli": "^4.0.12",
"@ui5/ts-interface-generator": "^0.9.0",
"@wdio/cli": "^9.4.5",
"@wdio/local-runner": "^9.4.5",
"@wdio/mocha-framework": "^9.4.4",
"@wdio/spec-reporter": "^9.4.4",
"eslint": "^9.17.0",
"glob": "^11.0.0",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-ui5": "^3.0.4",
"karma-ui5-transpile": "^3.5.1",
"rimraf": "^6.0.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"ui5-middleware-livereload": "^3.1.0",
"ui5-task-minifier": "^2.0.0",
"ui5-task-minify-xml": "^3.1.0",
"ui5-task-zipper": "^3.3.1",
"ui5-tooling-modules": "^3.19.0",
"ui5-tooling-transpile": "^3.5.1",
"wdio-ui5-service": "^1.5.6",
"zip-a-folder": "^3.1.8"
},
"dependencies": {
"client-zip": "^2.4.6",
"highlight.js": "^11.11.0"
}
}