-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 960 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 960 Bytes
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
{
"name": "minimalist-astro-blog",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "0.14.10",
"@astrojs/mdx": "4.2.3",
"@astrojs/node": "9.1.3",
"@astrojs/partytown": "2.1.4",
"@astrojs/react": "4.2.3",
"@astrojs/rss": "3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "6.0.2",
"astro": "5.5.6",
"framer-motion": "12.6.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hotkeys-hook": "4.6.1",
"react-icons": "5.5.0",
"reading-time": "1.5.0",
"sanitize-html": "2.15.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}