-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 Bytes
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": "@example/basics",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/image": "0.14.1",
"@astrojs/mdx": "0.16.0",
"@astrojs/react": "2.0.2",
"@astrojs/vercel": "3.1.1",
"@headlessui/react": "1.7.10",
"@mapbox/rehype-prism": "0.8.0",
"@tailwindcss/typography": "0.5.9",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"astro": "2.0.11",
"autoprefixer": "10.4.13",
"clsx": "1.2.1",
"postcss": "8.4.21",
"prettier": "2.8.4",
"prettier-plugin-astro": "0.8.0",
"prettier-plugin-tailwindcss": "0.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-gfm": "3.0.1",
"tailwindcss": "3.2.6"
}
}