-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 Bytes
/
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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/compiler": "^2.10.3",
"@astrojs/mdx": "4.0.2",
"@astrojs/react": "4.1.1",
"@astrojs/tailwind": "5.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vercel/speed-insights": "^1.0.9",
"astro": "5.0.9",
"dlx": "^0.2.1",
"notion-astro-loader": "^0.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"slugify": "^1.6.6",
"svelte": "^4.2.9",
"swiper": "^11.0.5",
"tailwindcss": "^3.4.1",
"vite-plugin-inspect": "^0.8.3"
}
}