-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
42 lines (42 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
{
"name": "astro-tutorial",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --open",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.1.0",
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/inter": "^5.0.16",
"@iconify-json/tabler": "^1.1.103",
"@mui/base": "^5.0.0-beta.36",
"@nanostores/logger": "^0.3.0",
"@nanostores/react": "^0.7.2",
"@octokit/rest": "^20.0.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "^5.0.5",
"astro-embed": "^0.7.1",
"astro-icon": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dompurify": "^3.1.3",
"fuse.js": "^7.0.0",
"nanostores": "^0.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10"
}
}