Internt_Programmirovanie_PI.../Lab2/vite-project/package.json

18 lines
345 B
JSON
Raw Normal View History

2023-10-24 15:02:33 +04:00
{
2023-11-07 14:03:57 +04:00
"name": "web-site",
"version": "1 .0.0",
"main": "index.html",
2023-10-24 15:02:33 +04:00
"scripts": {
2023-11-07 14:03:57 +04:00
"start": "http-server -p 3000 ./",
"test": "echo \"Error: no test specified\" && exit 1 "
},
"dependencies": {
"bootstrap": "5.2.1",
"@fortawesome/fontawesome-free": "6.2.0"
2023-10-24 15:02:33 +04:00
},
"devDependencies": {
2023-11-07 14:03:57 +04:00
"http-server": "14.1 .1 "
2023-10-24 15:02:33 +04:00
}
}
2023-11-07 14:03:57 +04:00