-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "bdg-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.16.0",
"@astrojs/mdx": "0.18.0",
"@astrojs/react": "^2.1.0",
"@astrojs/sitemap": "^1.1.0",
"@astrojs/tailwind": "^3.0.1",
"@headlessui/react": "^1.7.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"astro": "^2.9.1",
"astro-icon": "^0.8.0",
"astro-robots-txt": "^0.4.0",
"astro-seo": "^0.7.1",
"image-size": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-particles": "^2.9.3",
"react-photo-album": "^2.0.3",
"tailwindcss": "^3.2.7",
"tsparticles": "^2.9.3",
"yet-another-react-lightbox": "^3.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"moment": "^2.29.4",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.2.4",
"sass": "^1.58.3"
},
"resolutions": {
"string-width": "4.2.3"
}
}