-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "website",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write src"
},
"dependencies": {
"@astrojs/preact": "^1.2.0",
"@astrojs/rss": "^1.0.1",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^6.0.2",
"@nanostores/preact": "^0.3.1",
"astro": "^5.9.1",
"date-fns": "^2.29.2",
"nanostores": "^0.7.0",
"preact": "^10.11.2",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"tailwindcss": "^3.0.24",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@pulumi/aws": "^6.82.1",
"@pulumi/pulumi": "^3.175.0",
"@stackattack/aws": "0.6.0",
"@types/mime-types": "^3.0.1",
"@types/node": "^22.15.30",
"@types/react": "^18.0.21",
"eslint": "8.17.0",
"eslint-config-prettier": "^8.5.0",
"mime-types": "^3.0.1",
"path-browserify": "^1.0.1",
"prettier": "^2.6.2",
"shared-infra": "github:cfeenstra67/shared-infra",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@8.13.1"
}