-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 2.43 KB
/
package.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "scoobie",
"description": "Component library for SEEK documentation sites",
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"version": "18.1.1",
"dependencies": {
"@capsizecss/core": "^4.0.0",
"@vanilla-extract/css": "^1.2.3",
"@vanilla-extract/css-utils": "^0.1.1",
"clsx": "^2.0.0",
"jsonc-parser": "^3.0.0",
"polished": "^4.1.3",
"prism-react-renderer": "2.4.0",
"react-keyed-flatten-children": "^3.0.0",
"refractor": "^3.4.0"
},
"devDependencies": {
"@changesets/cli": "2.27.9",
"@changesets/get-github-info": "0.6.0",
"@storybook/addon-essentials": "8.4.4",
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
"@storybook/react": "8.4.4",
"@storybook/react-webpack5": "8.4.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"braid-design-system": "33.2.0",
"loki": "0.35.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "2.0.5",
"react-router-dom": "6.28.0",
"sku": "13.3.0",
"storybook": "8.4.4",
"webpack": "5.96.1"
},
"files": [
"src",
"styles",
"webpack",
"types.d.ts",
"typography.ts"
],
"peerDependencies": {
"braid-design-system": ">= 31.21.0",
"react": ">= 17 < 19",
"react-router-dom": ">= 5.3.0",
"sku": ">= 13.0.0 < 14"
},
"repository": {
"type": "git",
"url": "https://github.com/seek-oss/scoobie.git"
},
"scripts": {
"format": "sku format",
"lint": "sku lint",
"loki:test": "loki test --host host.docker.internal --port 8081",
"loki:test:ci": "cp -R dist-storybook/. dist-storybook-tmp/ && loki --requireReference --reactUri file:./dist-storybook-tmp --chromeFlags='--headless --hide-scrollbars --no-sandbox'",
"loki:update": "loki update --host host.docker.internal --port 8081",
"release": "changeset publish",
"stage": "changeset version && yarn format",
"storybook:build": "storybook build --output-dir dist-storybook",
"storybook:start": "storybook dev",
"test": "sku test",
"test:ci": "sku test --coverage"
},
"loki": {
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
"width": 1366,
"height": 768,
"mobile": false
}
},
"chromeLoadTimeout": "60000",
"chromeTolerance": "0"
},
"engines": {
"node": ">=18.18"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}