-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.3.3",
"@astrojs/react": "3.0.7",
"@astrojs/tailwind": "5.0.3",
"@astrojs/ts-plugin": "1.3.1",
"@iconify/tailwind": "0.1.4",
"@sentry/astro": "7.88.0",
"@spotlightjs/astro": "1.0.6",
"astro": "4.0.6",
"flowbite": "2.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-type-animation": "3.2.0",
"tailwindcss": "3.3.6",
"tailwindcss-animated": "1.0.1",
"typescript": "5.3.3"
},
"devDependencies": {
"@iconify-json/akar-icons": "1.1.23",
"@iconify-json/bi": "1.1.22",
"@iconify-json/fxemoji": "1.1.8",
"@iconify-json/material-symbols": "1.1.68",
"@iconify-json/material-symbols-light": "1.1.7",
"@iconify-json/mdi": "1.1.63",
"@iconify-json/mdi-light": "1.1.10",
"@iconify-json/ph": "1.1.9",
"@iconify-json/simple-icons": "1.1.85",
"@iconify-json/solar": "1.1.9",
"@iconify-json/streamline": "1.1.8",
"@iconify-json/tabler": "1.1.102",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18"
}
}