-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 836 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
{
"name": "cotrasoft-web",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"cf:preview": "wrangler dev",
"cf:prod": "wrangler deploy",
"cf:staging": "wrangler deploy --env staging"
},
"dependencies": {
"@astrojs/mdx": "^5.0.5",
"@astrojs/react": "^5.0.5",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.3.2",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"sharp": "^0.34.3",
"tailwindcss": "^4.3.0",
"wrangler": "^4.90.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19"
}
}