-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 849 Bytes
/
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
{
"name": "ienokoto",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro preview",
"build": "astro build",
"prev": "astro build && astro preview",
"ngrok": "ngrok http 3000",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"astro": "^3.0.13",
"astro-imagetools": "^0.8.1",
"dayjs": "^1.11.7",
"reset-css": "^5.0.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@astrojs/partytown": "^1.2.3",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"prettier-plugin-astro": "^0.8.0",
"sass": "^1.60.0",
"sharp": "^0.32.0",
"wp-types": "^3.62.3"
},
"volta": {
"node": "18.17.1",
"yarn": "1.22.19"
}
}