-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 854 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
{
"name": "javascripted",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "node ./generate-og-images.mjs && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.3",
"@astrojs/react": "^2.2.0",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.3",
"@astrojs/ts-plugin": "^1.0.6",
"@codesandbox/sandpack-react": "^2.6.6",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"astro": "^2.5.2",
"classnames": "^2.3.2",
"framer-motion": "^10.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@resvg/resvg-js": "^2.4.1",
"satori": "^0.9.1",
"satori-html": "^0.3.2"
}
}