21 lines
477 B
JSON
21 lines
477 B
JSON
|
{
|
||
|
"name": "int-prog",
|
||
|
"version": "1.0.0",
|
||
|
"main": "1.html",
|
||
|
"scripts": {
|
||
|
"web-server": "http-server -p 3000 ./",
|
||
|
"start": "npm-run-all --parallel web-server",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@fortawesome/fontawesome-free": "6.2.0",
|
||
|
"bootstrap": "5.2.1",
|
||
|
"handlebars": "4.7.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"http-server": "14.1.1",
|
||
|
"json-server": "^0.17.1",
|
||
|
"npm-run-all": "^4.1.5"
|
||
|
}
|
||
|
}
|