forked from themefisher/bigspring-light-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.48 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
48
49
50
51
52
53
{
"name": "bigspring-light-astro",
"version": "4.0.1",
"description": "astro personal blog theme",
"author": "themefisher",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"format": "prettier -w .",
"check": "astro check",
"preview": "astro preview",
"deploy:cf-workers": "npm run build && wrangler deploy",
"preview:cf-workers": "npm run build && wrangler dev"
},
"dependencies": {
"@astrojs/check": "0.9.7",
"@astrojs/mdx": "5.0.0",
"@astrojs/react": "5.0.0",
"@astrojs/sitemap": "3.7.1",
"@digi4care/astro-google-tagmanager": "^1.6.0",
"@justinribeiro/lite-youtube": "^1.9.0",
"@tailwindcss/vite": "^4.2.1",
"astro": "6.0.2",
"astro-auto-import": "^0.5.1",
"astro-swiper": "^2.2.1",
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"marked": "^17.0.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"sharp": "0.34.5",
"vite": "^7.3.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^10.0.3",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"wrangler": "^4.72.0"
}
}