-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "astro.rishi.app",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"edgio:dev": "edgio dev",
"edgio:build": "edgio build",
"edgio:deploy": "edgio deploy",
"format": "prettier --write '**/*' --ignore-unknown"
},
"devDependencies": {
"@edgio/astro": "^6.1.4",
"@edgio/cli": "^6.1.4",
"@edgio/core": "^6.1.4",
"@storyblok/astro": "^2.3.4",
"@tailwindcss/typography": "^0.5.9",
"@vercel/nft": "^0.22.6",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.29.3",
"dotenv": "^16.1.4",
"firebase-admin": "^11.9.0",
"github-slugger": "^1.3.0",
"image-size": "^1.0.2",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"mdast-util-to-string": "^1.1.0",
"node-fetch": "^3.2.10",
"postcss": "^8.4.16",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"resize-image-buffer": "^1.0.0",
"tailwindcss": "^3.3.2",
"unified": "^10.1.2",
"unist-util-visit": "^2.0.3"
},
"dependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/node": "^5.2.0",
"@astrojs/react": "^2.2.1",
"@astrojs/tailwind": "^3.1.3",
"astro": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}