-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.08 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.08 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
{
"name": "@lwc/integration-wtr",
"private": true,
"version": "9.0.3",
"type": "module",
"scripts": {
"build": "playwright install || true",
"start": "web-test-runner --config configs/integration.js --manual",
"test": "web-test-runner --config configs/integration.js",
"test:hydration": "web-test-runner --config configs/hydration.js"
},
"devDependencies": {
"@lwc/compiler": "9.0.3",
"@lwc/engine-dom": "9.0.3",
"@lwc/engine-server": "9.0.3",
"@lwc/rollup-plugin": "9.0.3",
"@lwc/synthetic-shadow": "9.0.3",
"@types/chai": "^5.2.3",
"@types/jasmine": "^6.0.0",
"@vitest/expect": "^4.0.18",
"@vitest/spy": "^4.0.18",
"@web/dev-server-import-maps": "^0.2.1",
"@web/dev-server-rollup": "^0.6.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.1",
"@web/test-runner-saucelabs": "^0.13.0",
"chai": "^6.2.2",
"playwright": "^1.58.2"
},
"volta": {
"extends": "../../../package.json"
}
}