2024-01-19 08:18:51 +04:00

21 lines
410 B
JSON

{
"name": "l2",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "vite",
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.2.0",
"bootstrap": "5.3.2",
"vite": "5.0.5"
},
"devDependencies": {
"http-server": "14.1.1 ",
"sass": "1.69.5"
}
}