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.
18 lines
373 B
JSON
18 lines
373 B
JSON
{
|
|
"name": "lupus-lite-2022-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"author": "aziis98",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.2.0",
|
|
"sass": "^1.52.3",
|
|
"vite": "^2.9.12"
|
|
}
|
|
}
|