-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "instellar-web",
"type": "module",
"version": "0.5.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && cp _redirects dist/_redirects",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.2.2",
"@astrojs/mdx": "^0.18.2",
"@astrojs/node": "^5.1.1",
"@astrojs/react": "^2.2.1",
"@astrojs/tailwind": "^3.0.1",
"@cloudflare/stream-react": "^1.8.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@octokit/rest": "^19.0.11",
"astro": "^2.2.0",
"astro-heroicons": "^0.3.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"million": "^2.4.5",
"prism-react-renderer": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-youtube": "^10.1.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-toc": "^8.0.1",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.192",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11"
}
}