forked from kestra-io/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"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"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.3.5",
"bootstrap": "5.3.0-alpha3",
"dayjs": "^1.11.7",
"lottie-web": "^5.11.0",
"medium-zoom": "^1.0.8",
"nuxt-simple-sitemap": "^2.4.11",
"rapidoc": "^9.3.4",
"vanilla-cookieconsent": "^2.8.9",
"vue-material-design-icons": "^5.2.0",
"vue3-count-to": "^1.1.2"
},
"devDependencies": {
"@nuxt/content": "github:kestra-io/nuxt-content",
"@nuxt/devtools": "^0.4.0",
"@nuxt/image": "^0.7.1",
"flexsearch": "^0.7.31",
"highlight-words-core": "^1.2.2",
"nuxt": "^3.4.2",
"nuxt-gtag": "^0.5.4",
"nuxt-multi-cache": "^3.0.0-beta0",
"nuxt-simple-sitemap": "^2.4.11",
"remark-code-import": "file:./utils/remark-code-import",
"remark-flexible-markers": "^1.0.2",
"rss": "^1.2.2",
"sass": "^1.62.0"
}
}