-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) 路 749 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) 路 749 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev --refresh",
"build": "astro build",
"preview": "astro preview",
"serve:dist": "node ./scripts/serve-dist-netlify-images.cjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^8.2.4",
"@astrojs/react": "^6.0.4",
"@astrojs/sitemap": "^3.7.3",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"astro": "^7.2.9",
"astro-font": "^0.1.81",
"react": "^18.2.0",
"react-compiler-runtime": "^19.0.0-beta-b2e8e9c-20241220",
"react-dom": "^18.2.0"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.0"
}
}