This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "multiqc_website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "prisma generate && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/netlify": "^4.1.0",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"@docsearch/js": "^3.4.0",
"@fontsource-variable/inter": "^5.0.13",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.64",
"@netlify/plugin-lighthouse": "^6.0.0",
"@prisma/client": "^5.7.1",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.1.1",
"astro-icon": "^1.0.2",
"canvas-confetti": "^1.9.2",
"classnames": "^2.5.1",
"nanostores": "^0.9.5",
"prism-theme-github": "^1.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.12.3",
"rehype-slug": "^6.0.0",
"rehype-urls": "^1.2.0",
"remark-directive": "^3.0.0",
"sass": "^1.69.7",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"sharp": "0.32.6",
"shikiji": "^0.9.17",
"svelte": "^4.2.8",
"tailwindcss": "^3.4.1",
"yaml": "^2.3.4",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@rollup/plugin-yaml": "^4.1.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.7.1"
}
}