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.
20 lines
411 B
JSON
20 lines
411 B
JSON
2 years ago
|
{
|
||
|
"name": "website",
|
||
|
"version": "1.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite --clearScreen false",
|
||
|
"build": "vite build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@preact/preset-vite": "^2.5.0",
|
||
|
"axios": "^1.2.6",
|
||
|
"node-fetch": "^3.3.0",
|
||
|
"sass": "^1.57.1",
|
||
|
"vite": "^4.0.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"preact": "^10.11.3"
|
||
|
}
|
||
|
}
|