-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 908 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 908 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
29
30
31
32
33
34
35
{
"name": "nord-stepper",
"version": "0.3.3",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "vite",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@nordhealth/components": "^4.5.0",
"@nordhealth/css": "^4.1.0",
"@nordhealth/themes": "^9.0.0",
"i18next": "^25.3.2",
"lit": "^3.2.1"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.4",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.54.1",
"@testing-library/dom": "^10.4.0",
"@types/node": "^22.7.7",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "3.2.4",
"@web/test-runner": "^0.20.2",
"c8": "^10.1.3",
"happy-dom": "^18.0.1",
"playwright": "^1.54.1",
"vite": "^5.4.9",
"vitest": "^3.2.4"
}
}