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 12:58:03 -05:00
|
|
|
"dev": "astro dev",
|
2022-02-14 12:48:52 -05:00
|
|
|
"start": "astro dev",
|
2022-03-31 12:58:03 -05:00
|
|
|
"build": "astro build",
|
2022-08-05 23:36:23 -05:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
2022-10-12 16:25:51 -05:00
|
|
|
"server": "node dist/server/entry.mjs"
|
2022-02-14 12:48:52 -05:00
|
|
|
},
|
2022-08-31 15:17:15 -05:00
|
|
|
"dependencies": {
|
2024-08-23 12:46:18 -05:00
|
|
|
"@astrojs/node": "^9.0.0-alpha.1",
|
2024-08-19 13:37:39 -05:00
|
|
|
"@astrojs/svelte": "^6.0.0-alpha.0",
|
2024-09-04 06:44:20 -05:00
|
|
|
"astro": "^5.0.0-alpha.4",
|
2024-08-28 04:45:45 -05:00
|
|
|
"svelte": "^4.2.19"
|
2022-02-14 12:48:52 -05:00
|
|
|
}
|
|
|
|
}
|