IP_Razzhivin_PIBD-22/frontend/package.json

20 lines
408 B
JSON
Raw Permalink Normal View History

2023-04-18 10:21:04 +04:00
{
"name": "lab1",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "http-server -p 8079 ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "5.2.1",
"@fortawesome/fontawesome-free": "6.2.0"
},
"devDependencies": {
"http-server": "14.1.1"
},
"description": "hate this",
"author": "andrey",
"license": "ISC"
}