-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "@wdio/devtools-app",
"version": "1.2.1",
"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.4",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.1",
"@iconify-json/mdi": "^1.2.3",
"@lit/context": "^1.1.6",
"@wdio/protocols": "9.24.0",
"codemirror": "^6.0.2",
"lit": "^3.3.1",
"placeholder-loading": "^0.7.0",
"pointer-tracker": "^2.5.3",
"preact": "^10.27.1",
"@wdio/devtools-service": "workspace:*"
},
"author": "Christian Bromann <mail@bromann.dev>",
"license": "MIT",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@wdio/reporter": "9.24.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"rollup": "^4.47.0",
"stylelint": "^16.24.0",
"stylelint-config-recommended": "^17.0.0",
"stylelint-config-tailwindcss": "^1.0.0",
"tailwindcss": "~4.2.1"
,"vite": "7.3.1"
}
}