-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.32 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.32 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
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
{
"name": "@ui5/webcomponents-tools",
"version": "2.14.1",
"description": "UI5 Web Components: webcomponents.tools",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"private": false,
"keywords": [
"openui5",
"sapui5",
"ui5"
],
"scripts": {},
"bin": {
"wc-dev": "bin/dev.js",
"wc-create-ui5-element": "bin/create-ui5-element.js"
},
"repository": {
"type": "git",
"url": "https://github.com/UI5/webcomponents.git",
"directory": "packages/tools"
},
"dependencies": {
"@custom-elements-manifest/analyzer": "^0.10.4",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@wdio/cli": "^7.19.7",
"@wdio/dot-reporter": "^7.19.7",
"@wdio/local-runner": "^7.19.7",
"@wdio/mocha-framework": "^7.19.7",
"@wdio/spec-reporter": "^7.19.7",
"@wdio/static-server-service": "^7.19.5",
"ajv": "^8.12.0",
"cem-plugin-vs-code-custom-data-generator": "^1.4.2",
"chai": "^4.3.4",
"child_process": "^1.0.2",
"chokidar": "^3.6.0",
"chokidar-cli": "^3.0.0",
"command-line-args": "^5.1.1",
"comment-parser": "^1.4.0",
"concurrently": "^6.0.0",
"cross-env": "^7.0.3",
"custom-element-jet-brains-integration": "^1.4.4",
"dotenv": "^16.5.0",
"escodegen": "^2.0.0",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-no-leaked-values": "^0.1.24",
"esprima": "^4.0.1",
"getopts": "^2.3.0",
"glob": "^7.1.6",
"glob-parent": "^6.0.2",
"globby": "^13.1.1",
"handlebars": "^4.7.7",
"is-port-reachable": "^3.1.0",
"json-beautify": "^1.1.1",
"mkdirp": "^1.0.4",
"nps": "^5.10.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-selector-parser": "^6.0.10",
"prompts": "^2.4.2",
"properties-reader": "^2.2.0",
"recursive-readdir": "^2.2.2",
"resolve": "^1.20.0",
"rimraf": "^3.0.2",
"slash": "3.0.0",
"vite": "^5.4.8",
"vite-plugin-istanbul": "^6.0.2",
"wdio-chromedriver-service": "^7.3.2"
},
"peerDependencies": {
"chromedriver": "*",
"typescript": "^5.6.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"devDependencies": {
"esbuild": "^0.25.0",
"yargs": "^17.5.1"
}
}