generated from palmiak/pacamara-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 789 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
{
"name": "pacamara-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/react": "^2.2.1",
"@astrojs/rss": "^2.4.3",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"antd": "^5.11.2",
"astro": "^3.0.0",
"astro-icon": "^0.8.1",
"dateformat": "^5.0.3",
"query-string": "^8.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0"
}
}