-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "flashblaze-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/mingcute": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/ri": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.5",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.19.9",
"@codesandbox/sandpack-themes": "^2.0.21",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource/poppins": "^5.1.0",
"@giscus/react": "^3.0.0",
"@jsdevtools/rehype-toc": "^3.0.2",
"astro-icon": "^1.1.1",
"react-intersection-observer": "^9.13.1",
"react-player": "^2.16.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14"
},
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=v20"
}
}