-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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": "^4.3.0",
"@astrojs/svelte": "^7.1.0",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.12.3",
"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": "^5.37.0",
"tailwindcss": "^3.4.3",
"theme-change": "^2.5.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"sharp": "^0.33.5"
}
}