-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@stryker-mutator/stryker-elements",
"version": "0.16.0",
"type": "module",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/stryker-mutator/stryker-dashboard",
"directory": "packages/stryker-elements"
},
"module": "./dist/main.mjs",
"main": "./dist/main.cjs",
"types": "./dist/main.d.ts",
"exports": {
".": {
"module": "./dist/main.mjs",
"main": "./dist/main.cjs",
"types": "./dist/main.d.ts"
},
"./*": {
"module": "./dist/exports/*",
"main": "./dist/exports/*",
"types": "./dist/exports/*"
},
"./dist/style.css": "./dist/style.css",
"./components/*": {
"module": "./dist/components/*",
"main": "./dist/components/*",
"types": "./dist/components/*"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsc && vite build",
"build:watch": "vite build --watch",
"preview": "vite preview",
"start": "storybook dev -p 6006"
},
"peerDependencies": {
"lit": "3.2.1"
},
"devDependencies": {
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/manager-api": "8.4.7",
"@storybook/test": "8.4.7",
"@storybook/theming": "8.4.7",
"@storybook/web-components": "8.4.7",
"@storybook/web-components-vite": "8.4.7",
"@stryker-mutator/dashboard-common": "0.16.0",
"autoprefixer": "10.4.20",
"mutation-testing-metrics": "^3.5.1",
"postcss": "8.4.49",
"storybook": "8.4.7",
"tailwindcss": "3.4.16",
"vite": "6.0.3"
}
}