15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "http-server -p 8081"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bootstrap": "^5.2.3",
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|