-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
37
38
{
"name": "marvinldotcom",
"type": "module",
"version": "2.1.1",
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "tinacms build && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/netlify": "^5.5.4",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.16.6",
"astro-compress": "^2.2.3",
"astro-robots-txt": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"radash": "^11.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.24",
"tinacms": "^1.5.28"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tinacms/cli": "^1.5.39",
"@types/node": "^20.11.19",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}