PIbd-23_Lisov_N.A._IPLabs/frontend/package.json

15 lines
243 B
JSON
Raw Normal View History

2023-02-21 01:08:51 +04:00
{
"name": "frontend",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "http-server -p 8081"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.3",
"http-server": "^14.1.1"
}
}