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.
25 lines
601 B
JSON
25 lines
601 B
JSON
2 years ago
|
{
|
||
|
"name": "frontend",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Javascript frontend for this Golang server built using ViteJS",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "node server.js",
|
||
|
"build": "vite build",
|
||
|
"start": "vite preview"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@preact/preset-vite": "^2.3.0",
|
||
|
"express": "^4.18.1",
|
||
|
"fast-glob": "^3.2.11",
|
||
|
"mime-types": "^2.1.35",
|
||
|
"sass": "^1.53.0",
|
||
|
"vite": "^2.9.13"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"preact": "^10.8.2"
|
||
|
}
|
||
|
}
|