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-03 14:54:48 +00:00
|
|
|
"@astrojs/node": "^5.3.2",
|
2023-06-27 12:42:46 +00:00
|
|
|
"@astrojs/svelte": "^3.1.0",
|
2023-08-03 14:54:48 +00:00
|
|
|
"astro": "^2.10.0",
|
2023-06-21 13:09:49 +00:00
|
|
|
"svelte": "^3.59.1"
|
2022-02-14 17:48:52 +00:00
|
|
|
}
|
|
|
|
}
|