-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.13 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": "jargons.dev",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"setup": "node dev/setup.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/mdx": "^2.2.1",
"@astrojs/react": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.3",
"@fontsource/ibm-plex-mono": "^5.0.12",
"@fontsource/inter": "^5.0.17",
"@nanostores/react": "^0.7.2",
"@octokit/auth-oauth-app": "^8.1.0",
"@octokit/oauth-authorization-url": "^7.1.0",
"@types/react-dom": "^18.2.22",
"astro": "^4.16.4",
"flexsearch": "^0.7.43",
"gray-matter": "^4.0.3",
"nanostores": "^0.10.0",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@octokit/request": "^9.1.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.69",
"tailwindcss": "^3.4.1"
}
}