16 lines
270 B
JSON
16 lines
270 B
JSON
|
{
|
||
|
"name": "front",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "http-server -p 3000 -c-1 -o ./"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^5.2.3",
|
||
|
"http-server": "^14.1.1"
|
||
|
}
|
||
|
}
|