-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 943 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
35
36
{
"name": "rustular",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^6.3.0",
"@astrojs/prefetch": "0.2.1",
"@astrojs/react": "^2.1.3",
"@astrojs/tailwind": "^3.1.2",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@trpc/client": "^10.27.1",
"@trpc/server": "^10.27.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.5.4",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.24",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/mailchimp__mailchimp_marketing": "^3.0.9",
"eslint": "^8.41.0",
"eslint-plugin-astro": "^0.27.0"
}
}