19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"name": "site",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "node esbuild.config.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@preact/signals": "^1.3.0",
|
|
"esbuild": "^0.24.0",
|
|
"preact": "^10.24.3"
|
|
}
|
|
}
|