25 lines
No EOL
478 B
JSON
25 lines
No EOL
478 B
JSON
{
|
|
"name": "new",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.1.3",
|
|
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
|
|
"astro": "^5.5.2",
|
|
"wisp-server-node": "^1.1.7"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"bufferutil",
|
|
"esbuild",
|
|
"sharp",
|
|
"utf-8-validate"
|
|
]
|
|
}
|
|
} |