-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.28 KB
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
42
43
44
45
46
47
{
"name": "bookworm-light-astro",
"version": "4.0.2",
"license": "MIT",
"type": "module",
"packageManager": "yarn@1.22.22",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w .",
"check": "astro check",
"deploy:cf-workers": "npm run build && wrangler deploy",
"preview:cf-workers": "npm run build && wrangler dev"
},
"dependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/mdx": "5.0.4",
"@astrojs/react": "5.0.4",
"@astrojs/sitemap": "3.7.2",
"@justinribeiro/lite-youtube": "^1.9.0",
"astro": "6.1.9",
"astro-auto-import": "^0.5.1",
"astro-gtm-lite": "^1.0.1",
"date-fns": "^4.1.0",
"fuse.js": "^7.3.0",
"gray-matter": "^4.0.3",
"marked": "^18.0.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "19.2.3",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "0.34.5",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"wrangler": "^4.84.1"
}
}