forked from kestra-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.99 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
{
"name": "kestra.io",
"private": true,
"version": "1.0.0",
"description": "Kestra.io website",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"pages:dev": "NITRO_PRESET=cloudflare-pages wrangler pages dev --compatibility-date=2023-10-25 --proxy 3000 -- npm run dev",
"pages:build": "NITRO_PRESET=cloudflare-pages npm run build",
"pages:deploy": "wrangler pages deploy --project-name docs ./dist",
"pages:build-deploy": "npm run pages:build && npm run pages:deploy",
"analyze": "nuxt analyze"
},
"dependencies": {
"@kestra-io/ui-libs": "^0.0.69",
"@popperjs/core": "^2.11.8",
"@vue-flow/background": "^1.3.0",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.41.2",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"dagre": "^0.8.5",
"dayjs": "^1.11.13",
"humanize-duration": "^3.32.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"medium-zoom": "^1.1.0",
"mermaid": "^11.4.0",
"moment": "^2.30.1",
"nuxt-lazy-hydrate": "^1.0.0",
"path-browserify": "^1.0.1",
"posthog-js": "^1.180.0",
"slugify": "^1.6.6",
"vanilla-cookieconsent": "^3.0.1",
"vue": "^3.5.12",
"vue-material-design-icons": "^5.3.1",
"vue3-carousel-nuxt": "^1.1.3",
"vue3-count-to": "^1.1.2",
"vuex": "^4.1.0",
"yaml": "^2.6.0"
},
"devDependencies": {
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.0",
"@nuxt/image": "^1.8.1",
"@nuxtjs/mdc": "npm:@nuxtjs/mdc-edge@0.9.1-28769211.a288cfa",
"@nuxtjs/robots": "^4.1.10",
"@nuxtjs/sitemap": "^6.1.4",
"@types/node": "^22.8.6",
"nuxt": "^3.13.2",
"nuxt-aos": "^1.2.5",
"nuxt-gtag": "^3.0.1",
"nuxt-multi-cache": "^3.3.3",
"remark-code-import": "file:./utils/remark-code-import",
"remark-flexible-markers": "^1.2.1",
"rss": "^1.2.2",
"sass": "^1.80.5",
"wrangler": "^3.84.1"
}
}