-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npx playwright install && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/svelte": "^5.7.2",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.8",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"nanostores": "^0.10.3",
"playwright": "^1.48.0",
"rehype-katex": "^7.0.0",
"rehype-mermaid": "^3.0.0",
"remark-math": "^6.0.0",
"remark-mermaidjs": "^7.0.0",
"svelte": "^4.2.18",
"tailwindcss": "^3.4.3",
"theme-change": "^2.5.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.5"
}
}