-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 916 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": "connoradams.co.uk",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "npx wrangler pages dev --compatibility-date=2023-01-25 --proxy 3000 -- npx astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"prettier": "prettier -w **/*.astro && prettier -w ."
},
"devDependencies": {
"@astrojs/react": "^2.3.2",
"@astrojs/tailwind": "^4.0.0",
"@types/react": "^18.2.20",
"astro": "^2.10.12",
"astro-icon": "^0.8.1",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"wrangler": "^3.5.1"
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"react-hook-form": "^7.45.4",
"toucan-js": "^3.2.2",
"zod": "^3.22.2"
}
}