Pibd-22_Presnyakova.V.V_IP/front/package.json

15 lines
288 B
JSON
Raw Normal View History

2023-03-11 21:31:18 +04:00
{
"name": "IP",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "http-server -p 3001 ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "5.2.1"
},
"devDependencies": {
"http-server": "^14.1.1"
}
}