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
504 B
JSON
22 lines
504 B
JSON
{
|
|
"name": "frontend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "vite build"
|
|
},
|
|
"author": "aziis98 <antonio.delucreziis@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.0",
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"sass": "^1.58.3",
|
|
"vite": "^4.1.4"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"preact": "^10.13.0",
|
|
"preact-router": "^4.1.0"
|
|
}
|
|
}
|