IP_Ismailov_Pibd-22/front/package.json

16 lines
270 B
JSON
Raw Normal View History

2023-03-06 15:16:40 +04:00
{
"name": "front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "http-server -p 3000 -c-1 -o ./"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.3",
"http-server": "^14.1.1"
}
}