forked from phc/cluster-dashboard
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
599 B
JSON
25 lines
599 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "Javascript frontend for this Golang server built using ViteJS",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node meta/dev-server.js",
|
|
"build": "vite build"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"express": "^4.18.1",
|
|
"sass": "^1.53.0",
|
|
"vite": "^2.9.13"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"d3": "^7.8.4",
|
|
"preact": "^10.13.2",
|
|
"preact-router": "^4.1.0"
|
|
}
|
|
}
|