-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstorm.json
55 lines (55 loc) · 1.46 KB
/
storm.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
{
"$schema": "https://cdn.jsdelivr.net/npm/@storm-software/config/schemas/storm.schema.json",
"extends": "./node_modules/@storm-software/config/presets/base.json",
"name": "cyclone-ui",
"namespace": "cyclone-ui",
"repository": "https://github.com/storm-software/cyclone-ui",
"organization": "storm-software",
"ci": true,
"owner": "cyclone-ui",
"timezone": "America/New_York",
"locale": "en-US",
"logLevel": "info",
"packageManager": "pnpm",
"externalPackagePatterns": ["@storm-stack/", "@cyclone-ui/"],
"cloudflareAccountId": "d011605e7391539ac2e021ab4399e116",
"colors": {
"light": {
"background": "#fafafa",
"foreground": "#1d1e22",
"brand": "#1fb2a6",
"alternate": "#db2777",
"help": "#5C4EE5",
"success": "#087f5b",
"info": "#0070E0",
"warning": "#e3b341",
"danger": "#a40e26",
"positive": "#22c55e",
"negative": "#dc2626"
},
"dark": {
"background": "#151718",
"foreground": "#cbd5e1",
"brand": "#1fb2a6",
"alternate": "#db2777",
"help": "#818cf8",
"success": "#12B66A",
"info": "#38bdf8",
"warning": "#f3d371",
"danger": "#D8314A",
"positive": "#22c55e",
"negative": "#dc2626"
}
},
"extensions": {
"telemetry": {
"fileName": "storm",
"fileExtension": "log",
"path": "tmp/storm/logs",
"stacktrace": true
},
"cyclone": {
"library": "examples/components-test"
}
}
}