-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "andrewleedham-github-io-2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.0.5",
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.5",
"@fontsource/work-sans": "^5.0.16",
"@icons-pack/react-simple-icons": "^9.3.0",
"@shikijs/twoslash": "^1.6.0",
"@types/react-dom": "^18.2.18",
"astro": "^4.8.6",
"lucide-react": "^0.312.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"shiki": "^1.6.0",
"tiny-invariant": "^1.3.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@storybook/react": "^8.1.1",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "^18.2.48",
"esbuild": "^0.21.3",
"vite": "^5.2.11"
}
}