-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 906 Bytes
/
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
{
"name": "markdejong.org",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.0",
"@astrojs/netlify": "^2.2.2",
"@astrojs/react": "^3.0.10",
"@astrojs/rss": "^2.4.0",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.2",
"@fontsource/iosevka": "^4.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"astro": "^2.2.1",
"astro-useragent": "^2.0.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"prettier": "2.8.8",
"prettier-plugin-astro": "^0.8.0"
}
}