2023-03-06 23:06:31 +04:00
|
|
|
{
|
|
|
|
"name": "int-prog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.html",
|
|
|
|
"scripts": {
|
|
|
|
"start": "http-server -p 3000 ./",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-21 12:24:25 +04:00
|
|
|
"@fortawesome/fontawesome-free": "6.2.0",
|
2023-03-06 23:06:31 +04:00
|
|
|
"bootstrap": "5.2.1",
|
2023-03-21 12:24:25 +04:00
|
|
|
"cors": "^2.8.5"
|
2023-03-06 23:06:31 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"http-server": "14.1.1"
|
|
|
|
}
|
|
|
|
}
|