2022-02-14 17:48:52 +00:00
|
|
|
{
|
|
|
|
"name": "@example/ssr",
|
2022-09-13 19:02:57 +00:00
|
|
|
"type": "module",
|
2022-02-14 17:48:52 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-03-31 17:58:03 +00:00
|
|
|
"dev": "astro dev",
|
2022-02-14 17:48:52 +00:00
|
|
|
"start": "astro dev",
|
2022-03-31 17:58:03 +00:00
|
|
|
"build": "astro build",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
2022-10-12 21:25:51 +00:00
|
|
|
"server": "node dist/server/entry.mjs"
|
2022-02-14 17:48:52 +00:00
|
|
|
},
|
2022-08-31 20:17:15 +00:00
|
|
|
"dependencies": {
|
2023-08-22 14:19:18 +00:00
|
|
|
"@astrojs/node": "^6.0.0-rc.1",
|
2023-08-29 14:58:09 +00:00
|
|
|
"@astrojs/svelte": "^4.0.0-rc.3",
|
2023-08-29 19:50:45 +00:00
|
|
|
"astro": "^3.0.0-rc.11",
|
2023-08-24 08:34:33 +00:00
|
|
|
"svelte": "^4.2.0"
|
2022-02-14 17:48:52 +00:00
|
|
|
}
|
|
|
|
}
|