IntProg_Zhimolostnova_A.V./Front/package.json
2023-03-04 12:57:40 +04:00

18 lines
351 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -p 3000 ./"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.3"
},
"devDependencies": {
"http-server": "14.1.1"
}
}