Build Dockerized MVP scaffold and records importer
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "rf4-spotter-web",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "astro dev --host 0.0.0.0",
|
||||
"build": "astro check && astro build",
|
||||
"start": "node ./dist/server/entry.mjs",
|
||||
"check": "astro check",
|
||||
"test:e2e": "playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.10",
|
||||
"@astrojs/node": "^11.1.5",
|
||||
"@playwright/test": "^1.55.0",
|
||||
"astro": "^7.2.10",
|
||||
"typescript": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^26.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user