2022-02-14 12:48:52 -05:00
|
|
|
{
|
|
|
|
"name": "@example/ssr",
|
2022-09-13 14:02:57 -05:00
|
|
|
"type": "module",
|
2022-02-14 12:48:52 -05:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-03-31 14:58:03 -03:00
|
|
|
"dev": "astro dev",
|
2022-02-14 12:48:52 -05:00
|
|
|
"start": "astro dev",
|
2022-03-31 14:58:03 -03:00
|
|
|
"build": "astro build",
|
2022-08-05 21:36:23 -07:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
2022-10-12 17:25:51 -04:00
|
|
|
"server": "node dist/server/entry.mjs"
|
2022-02-14 12:48:52 -05:00
|
|
|
},
|
2022-08-31 16:17:15 -04:00
|
|
|
"dependencies": {
|
2024-02-01 02:04:19 -08:00
|
|
|
"@astrojs/node": "^8.2.0",
|
2023-12-27 10:34:07 -08:00
|
|
|
"@astrojs/svelte": "^5.0.3",
|
2024-02-22 08:17:25 -08:00
|
|
|
"astro": "^4.4.3",
|
2023-11-21 12:09:19 +08:00
|
|
|
"svelte": "^4.2.5"
|
2022-02-14 12:48:52 -05:00
|
|
|
}
|
|
|
|
}
|