-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.95 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.95 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@flanksource/facet",
"version": "0.1.18",
"description": "Build beautiful datasheets and PDFs from React templates",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/flanksource/facet.git"
},
"main": "./src/components/index.tsx",
"types": "./src/components/index.tsx",
"exports": {
".": {
"types": "./src/components/index.tsx",
"import": "./src/components/index.tsx"
},
"./styles.css": "./src/styles.css",
"./Age": "./src/components/Age.tsx",
"./AlertsTable": "./src/components/AlertsTable.tsx",
"./Avatar": "./src/components/Avatar.tsx",
"./AvatarGroup": "./src/components/AvatarGroup.tsx",
"./Badge": "./src/components/Badge.tsx",
"./BulletList": "./src/components/BulletList.tsx",
"./CalloutBox": "./src/components/CalloutBox.tsx",
"./CallToAction": "./src/components/CallToAction.tsx",
"./CapabilitySection": "./src/components/CapabilitySection.tsx",
"./CompactTable": "./src/components/CompactTable.tsx",
"./ComparisonTable": "./src/components/ComparisonTable.tsx",
"./CountBadge": "./src/components/CountBadge.tsx",
"./DatasheetTemplate": "./src/components/DatasheetTemplate.tsx",
"./FeatureLayout": "./src/components/FeatureLayout.tsx",
"./Footer": "./src/components/Footer.tsx",
"./Gauge": "./src/components/Gauge.tsx",
"./Glossary": "./src/components/Glossary.tsx",
"./Header": "./src/components/Header.tsx",
"./IntegrationGrid": "./src/components/IntegrationGrid.tsx",
"./KpiComparison": "./src/components/KpiComparison.tsx",
"./KPITargetActual": "./src/components/KPITargetActual.tsx",
"./MetricGrid": "./src/components/MetricGrid.tsx",
"./MetricHeader": "./src/components/MetricHeader.tsx",
"./MetricsCallout": "./src/components/MetricsCallout.tsx",
"./Page": "./src/components/Page.tsx",
"./PageBreak": "./src/components/PageBreak.tsx",
"./PdfFooter": "./src/components/PdfFooter.tsx",
"./ProgressBar": "./src/components/ProgressBar.tsx",
"./ProjectSummaryCard": "./src/components/ProjectSummaryCard.tsx",
"./QueryResponseChat": "./src/components/QueryResponseChat.tsx",
"./QueryResponseExample": "./src/components/QueryResponseExample.tsx",
"./QueryResponseTerminal": "./src/components/QueryResponseTerminal.tsx",
"./RatingCategoryInput": "./src/components/RatingCategoryInput.tsx",
"./ScoreGauge": "./src/components/ScoreGauge.tsx",
"./Section": "./src/components/Section.tsx",
"./SecurityChecksTable": "./src/components/SecurityChecksTable.tsx",
"./SeverityStatCard": "./src/components/SeverityStatCard.tsx",
"./SocialProof": "./src/components/SocialProof.tsx",
"./SpecificationTable": "./src/components/SpecificationTable.tsx",
"./StarRating": "./src/components/StarRating.tsx",
"./StatCard": "./src/components/StatCard.tsx",
"./Status": "./src/components/Status.tsx",
"./Steps": "./src/components/Steps.tsx",
"./SyntaxHighlighter": "./src/components/SyntaxHighlighter.tsx",
"./TaskSummarySection": "./src/components/TaskSummarySection.tsx",
"./TerminalOutput": "./src/components/TerminalOutput.tsx",
"./TwoColumnSection": "./src/components/TwoColumnSection.tsx",
"./ValueProposition": "./src/components/ValueProposition.tsx",
"./VulnerabilityBreakdown": "./src/components/VulnerabilityBreakdown.tsx",
"./getColorFromString": "./src/utils/colors.ts",
"./package.json": "./package.json"
},
"files": [
"src/components/",
"src/styles.css",
"src/icons/",
"src/types/",
"src/utils/",
"cli/dist/",
"README.md"
],
"scripts": {
"build": "npm run build:cli",
"build:cli": "cd cli && npm run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "cd cli && npm run build:lib"
},
"dependencies": {
"@flanksource/icons": "^1.0.41",
"@iconify/react": "^5.1.0",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@xyflow/react": "^12.0.0",
"chalk": "^5.6.2",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"dagre": "^0.8.5",
"dayjs": "^1.11.13",
"ora": "^8.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"shiki": "^1.0.0"
},
"devDependencies": {
"@mdx-js/rollup": "^3.0.0",
"@storybook/addon-docs": "^8.6.14",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@types/dagre": "^0.7.52",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"juice": "^11.0.3",
"puppeteer": "^24.26.1",
"remark-gfm": "^4.0.0",
"storybook": "^8.6.14",
"tailwindcss": "^3.4.3",
"tsx": "^4.20.6",
"typescript": "^5.3.0",
"vite": "^5.0.0"
},
"engines": {
"node": ">=20.19"
}
}