mirror of https://github.com/aziis98/go-vite-kit
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.
21 lines
469 B
JSON
21 lines
469 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": {
|
|
"express": "^4.18.1",
|
|
"sass": "^1.53.0",
|
|
"vite": "^2.9.13"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0"
|
|
}
|
|
}
|