22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"name": "operativa-frontend",
|
|
"type": "module",
|
|
"version": "0.0.2",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^10.1.1",
|
|
"@astrojs/preact": "^5.1.3",
|
|
"@nanostores/preact": "^1.1.0",
|
|
"astro": "^6.3.7",
|
|
"nanostores": "^1.3.0"
|
|
}
|
|
}
|