PIbd-21_Valitov_D.F_IP/package.json

17 lines
355 B
JSON
Raw Permalink Normal View History

{
"name": "book-store",
"version": "1.0.0",
"description": "Online book store",
"main": "index.html",
"scripts": {
"start": "http-server -p 3000 ./",
"build": "vite build"
},
"dependencies": {
"bootstrap": "^5.2.3"
},
"devDependencies": {
"vite": "^4.1.4",
"http-server": "14.1.1 "
}
}