-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "forge-cli-docs",
"version": "0.8.3",
"description": "Fluid Forge Documentation — Declarative Data Products for Modern Data Teams",
"homepage": "https://agenticstiger.github.io/forge_docs/",
"repository": {
"type": "git",
"url": "https://github.com/Agenticstiger/forge_docs.git"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:preview": "vuepress preview docs"
},
"keywords": [
"data-products",
"declarative",
"data-engineering",
"gcp",
"bigquery",
"aws",
"athena",
"snowflake",
"duckdb",
"infrastructure-as-code",
"dataops"
],
"author": "Agentics Transformation Pty Ltd <hello@fluidhq.io> (https://fluidhq.io)",
"license": "Apache-2.0",
"devDependencies": {
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"@vuepress/bundler-vite": "^2.0.0-rc.30",
"@vuepress/client": "^2.0.0-rc.26",
"@vuepress/plugin-copy-code": "2.0.0-rc.128",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.130",
"@vuepress/plugin-search": "2.0.0-rc.130",
"@vuepress/plugin-sitemap": "2.0.0-rc.128",
"@vuepress/theme-default": "^2.0.0-rc.125",
"monaco-editor": "^0.55.1",
"sass-embedded": "^1.99.0",
"vuepress": "^2.0.0-rc.30"
}
}