-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
46
47
48
49
50
{
"name": "astro-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/mdx": "^2.1.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@emotion/react": "^11.11.3",
"@giscus/react": "^2.4.0",
"@types/marked": "^5.0.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.34",
"astro": "^4.2.6",
"astro-expressive-code": "^0.32.2",
"astro-icon": "^1.0.3",
"axios": ">=1.7.4",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
"image-size": "^1.1.1",
"marked": "^11.2.0",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.7",
"react-dom": "^18.2.0",
"react-headroom": "^3.2.1",
"react-icons": "^5.0.1",
"react-youtube": "^10.1.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.33.2",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/react-headroom": "^3.2.3",
"@types/react-scroll": "^1.8.10",
"astro-compress": "2.2.8",
"react-scroll": "^1.9.0",
"sass": "^1.70.0"
}
}