-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md,css,html,yaml,astro}\"",
"cms": "tinacms dev -c \"astro dev\"",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node scripts/build.js && node build-sw.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/poppins": "^5.1.0",
"@tinacms/cli": "^1.7.0",
"astro": "^5.0.9",
"astro-og-canvas": "^0.5.5",
"daisyui": "^4.12.22",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.17",
"tinacms": "^2.5.2",
"typewriter-effect": "^2.21.0",
"workbox-build": "^7.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwind-scrollbar": "^3.1.0",
"typescript": "^5.7.2"
}
}