|
23 | 23 | "storybook": "storybook dev -p 6006", |
24 | 24 | "build-storybook": "storybook build", |
25 | 25 | "test-storybook": "test-storybook --maxWorkers=1 --testTimeout 60000", |
26 | | - "percy": "percy exec -- pnpm test-storybook" |
| 26 | + "percy": "percy exec -- pnpm test-storybook", |
| 27 | + "wdio": "wdio run ./wdio.conf.ts" |
27 | 28 | }, |
28 | 29 | "dependencies": { |
29 | 30 | "@material-design-icons/svg": "^0.14.15", |
|
47 | 48 | "water.css": "^2.1.1" |
48 | 49 | }, |
49 | 50 | "devDependencies": { |
50 | | - "@antfu/eslint-config": "^4.16.2", |
| 51 | + "@antfu/eslint-config": "latest", |
51 | 52 | "@babel/core": "^7.28.0", |
52 | 53 | "@babel/plugin-proposal-import-attributes-to-assertions": "^7.27.1", |
53 | 54 | "@babel/plugin-transform-runtime": "^7.28.0", |
|
69 | 70 | "@solidjs/router": "^0.15.3", |
70 | 71 | "@storybook/test-runner": "^0.23.0", |
71 | 72 | "@types/libarchive.js": "^1.3.4", |
| 73 | + "@types/mocha": "^10.0.10", |
72 | 74 | "@types/node": "^24.0.10", |
73 | 75 | "@types/shelljs": "^0.8.17", |
74 | 76 | "@types/wicg-file-system-access": "^2023.10.6", |
75 | 77 | "@types/wicg-web-app-launch": "^2023.1.4", |
76 | 78 | "@typescript-eslint/parser": "^8.35.1", |
77 | 79 | "@vueless/storybook-dark-mode": "^9.0.6", |
| 80 | + "@wdio/cli": "^9.18.4", |
| 81 | + "@wdio/concise-reporter": "^9.18.0", |
| 82 | + "@wdio/firefox-profile-service": "^9.16.2", |
| 83 | + "@wdio/globals": "^9.17.0", |
| 84 | + "@wdio/local-runner": "^9.18.4", |
| 85 | + "@wdio/mocha-framework": "^9.18.0", |
| 86 | + "@wdio/visual-service": "^9.0.0", |
78 | 87 | "autoprefixer": "^10.4.21", |
79 | 88 | "axios": "^1.10.0", |
80 | 89 | "babel-preset-solid": "^1.9.6", |
|
93 | 102 | "postcss-import": "^16.1.1", |
94 | 103 | "postcss-nesting": "^13.0.2", |
95 | 104 | "prettier": "^3.6.2", |
| 105 | + "radash": "^12.1.1", |
96 | 106 | "release-it": "^19.0.3", |
97 | 107 | "rfdc": "^1.4.1", |
98 | 108 | "rollup": "^4.44.1", |
|
121 | 131 | "vite-tsconfig-paths": "^5.1.4", |
122 | 132 | "vitepress": "1.6.3", |
123 | 133 | "vitest": "^3.2.4", |
| 134 | + "wdio-vscode-service": "^6.1.3", |
124 | 135 | "xo": "^1.1.1" |
125 | | - }, |
126 | | - "pnpm": { |
127 | | - "neverBuiltDependencies": [] |
128 | 136 | } |
129 | 137 | } |
0 commit comments