generated from themefisher/bookworm-light-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.04 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
40
41
{
"name": "bookworm-light-astro",
"version": "1.1.2",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/image": "^0.17.1",
"@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.1.0",
"astro": "^2.7.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"marked": "^5.1.0",
"react-icons": "^4.7.1"
},
"devDependencies": {
"@astrojs/react": "^2.0.2",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^4.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^5.0.0",
"@types/react": "^18.0.28",
"postcss": "^8.4.20",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.1",
"sharp": "^0.32.1",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.2.6"
}
}