forked from nf-core/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 4.39 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
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
{
"name": "nf-co.re",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build-preview": "astro build && astro preview",
"build-cache": "npm run build-pipeline-json && npm run build-component-json && npm run build-md-cache",
"build-md-cache": "node bin/build-cache.js && tar -cvJf .cache.tar.xz .cache && node bin/build-content-collection",
"build-md-cache-force": "node bin/build-cache.js --force && tar -cvJf .cache.tar.xz .cache && node bin/build-content-collection",
"build-cache-no-tar": "npm run build-pipeline-json && npm run build-component-json && node bin/build-cache.js && node bin/build-content-collection",
"build-cache-force": "npm run build-pipeline-json && npm run build-component-json && npm run build-md-cache-force",
"build": "tar -xf .cache.tar.xz && node bin/build-content-collection && NODE_OPTIONS='--max-old-space-size=4096' astro build",
"build-without-cache": "npm run build-cache-no-tar && astro build",
"preview": "astro preview",
"build-pipeline-json": "tar -xf .cache.tar.xz && node bin/pipelines.json.js && tar -cvJf .cache.tar.xz .cache",
"build-component-json": "node bin/components.json.js"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.4.2",
"@astrojs/check": "^0.3.4",
"@astrojs/markdown-remark": "^3.5.0",
"@astrojs/mdx": "^1.1.5",
"@astrojs/netlify": "^3.1.1",
"@astrojs/partytown": "^2.0.1",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/svelte": "^4.0.4",
"@astropub/md": "^0.3.0",
"@aws-sdk/client-s3": "^3.485.0",
"@aws-sdk/credential-provider-node": "^3.485.0",
"@docsearch/js": "^3.5.2",
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/maven-pro": "^5.0.16",
"@fontsource-variable/open-sans": "^5.0.23",
"@iconify-json/fa": "^1.1.8",
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/line-md": "^1.1.33",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/octicon": "^1.1.52",
"@nanostores/persistent": "^0.9.1",
"astro": "^3.6.0",
"astro-icon": "^1.0.2",
"astro-remark-description": "^1.1.1",
"bootstrap": "^5.3.2",
"bootstrap-print-css": "^1.0.1",
"date-fns": "^3.1.0",
"date-fns-tz": "^2.0.0",
"datebook": "^8.0.1",
"dotenv": "^16.3.1",
"file-icons-js": "github:websemantics/file-icons-js",
"file-saver": "^2.0.5",
"file-system-cache": "^2.4.4",
"fuzzysort": "^2.0.4",
"hast-util-to-string": "^2.0.0",
"js-yaml": "^4.1.0",
"leaflet": "^1.9.4",
"mermaid": "^10.7.0",
"nanostores": "^0.9.5",
"octokit": "^3.1.2",
"party-js": "^2.2.0",
"pretty-bytes": "^6.1.1",
"progress": "^2.0.3",
"rehype-add-classes": "github:tycol7/rehype-add-classes",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
"rehype-pretty-code": "^0.12.3",
"rehype-rewrite": "^3.0.6",
"rehype-slug": "^5.1.0",
"rehype-urls": "^1.2.0",
"rehype-wrap-all": "^1.1.0",
"remark-directive": "^2.0.1",
"remark-emoji": "^4.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"sharp": "^0.33.0",
"shikiji": "^0.9.17",
"svelte": "^4.2.7",
"svelte-confetti": "^1.3.1",
"svelte-exmarkdown": "^3.0.2",
"svelte-fast-marquee": "^0.7.0",
"ts-dedent": "^2.2.0",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
"vite": "^4.5.1",
"yaml": "^2.3.2",
"yoga-wasm-web": "^0.3.3",
"youtube-player": "^5.6.0"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@rollup/plugin-yaml": "4.1.2",
"@types/leaflet": "1.9.8",
"@types/node": "^20.11.2",
"fontaine": "0.4.1",
"prettier": "^3.2.2",
"prettier-plugin-astro": "0.12.3",
"prettier-plugin-svelte": "3.1.2",
"sass": "1.69.7"
}
}