-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "blocks",
"type": "module",
"version": "0.4.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss --write ."
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.4.5",
"@astrojs/react": "^3.1.1",
"@astrojs/starlight": "^0.19.1",
"@astrojs/starlight-docsearch": "^0.1.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"astro": "4.4.0",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.331.0",
"neverthrow": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"reactflow": "^11.11.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"vite-plugin-svgr": "^4.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.13"
}
}