mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02:00
22 lines
430 B
JSON
22 lines
430 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite --port 3000",
|
|
"fix": "prettier --write .",
|
|
"check": "prettier --check .",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap-icons": "^1.11.3",
|
|
"prettier": "^3.4.2",
|
|
"sass": "^1.83.4",
|
|
"vite": "^6.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/jost": "^5.1.2",
|
|
"bootstrap": "5.3.3",
|
|
"swiper": "^11.2.1"
|
|
}
|
|
}
|