forked from zeon-studio/astroplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.68 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
54
55
56
57
58
59
{
"name": "astroplate",
"version": "5.5.1",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
"type": "module",
"packageManager": "yarn@1.22.22",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"format": "prettier -w ./src",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format",
"validate": "./scripts/validate-routes.sh",
"build:validate": "yarn build && yarn validate"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.2.5",
"@astrojs/react": "4.2.5",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.3.1",
"@digi4care/astro-google-tagmanager": "^1.4.0",
"@justinribeiro/lite-youtube": "^1.8.0",
"astro": "5.7.8",
"astro-auto-import": "^0.4.4",
"astro-font": "^1.1.0",
"date-fns": "^4.1.0",
"disqus-react": "^1.1.6",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^15.0.11",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"swiper": "^11.2.6",
"vite": "^6.3.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "22.15.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "^9.25.1",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"sharp": "0.33.5",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
}
}