PIbd-23_Lisov_N.A._IPLabs/frontend/package.json
2023-02-21 11:51:53 +04:00

15 lines
243 B
JSON

{
"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"
}
}