-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 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
45
46
47
48
{
"name": "@wdio/devtools-app",
"version": "1.3.2",
"description": "Browser devtools extension for debugging WebdriverIO tests.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/devtools.git",
"directory": "packages/devtools-app"
},
"exports": "./src/index.ts",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.1",
"@iconify-json/mdi": "^1.2.3",
"@lit/context": "^1.1.6",
"@wdio/devtools-service": "workspace:*",
"@wdio/protocols": "9.27.0",
"codemirror": "^6.0.2",
"lit": "^3.3.2",
"placeholder-loading": "^0.7.0",
"pointer-tracker": "^2.5.3",
"preact": "^10.27.1"
},
"author": "Christian Bromann <[email protected]>",
"license": "MIT",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@wdio/reporter": "9.27.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"rollup": "^4.47.0",
"stylelint": "^17.6.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-config-tailwindcss": "^1.0.1",
"tailwindcss": "~4.2.2",
"typescript": "6.0.3",
"vite": "8.0.9"
}
}