You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
474 B
JSON
22 lines
474 B
JSON
{
|
|
"name": "website",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "vite build --emptyOutDir"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"axios": "^1.2.6",
|
|
"express": "^4.18.2",
|
|
"morgan": "^1.10.0",
|
|
"node-fetch": "^3.3.0",
|
|
"sass": "^1.57.1",
|
|
"vite": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.11.3"
|
|
}
|
|
}
|