-
Notifications
You must be signed in to change notification settings - Fork 439
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 874 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 874 Bytes
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
{
"name": "@lwc/integration-not-karma",
"private": true,
"version": "8.21.6",
"type": "module",
"scripts": {
"start": "web-test-runner --manual",
"test": "web-test-runner --config configs/integration.js",
"test:hydration": "web-test-runner --config configs/hydration.js"
},
"devDependencies": {
"@lwc/compiler": "8.21.6",
"@lwc/engine-dom": "8.21.6",
"@lwc/engine-server": "8.21.6",
"@lwc/rollup-plugin": "8.21.6",
"@lwc/synthetic-shadow": "8.21.6",
"@types/chai": "^5.2.2",
"@types/jasmine": "^5.1.9",
"@vitest/spy": "^3.2.4",
"@web/dev-server-import-maps": "^0.2.1",
"@web/dev-server-rollup": "^0.6.4",
"@web/test-runner": "^0.20.2",
"chai": "^6.0.1"
},
"volta": {
"extends": "../../../package.json"
}
}