18 lines
351 B
JSON
Raw Normal View History

2023-02-06 16:52:22 +04:00
{
2023-03-04 12:57:40 +04:00
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.html",
2023-02-06 16:52:22 +04:00
"scripts": {
2023-03-04 12:57:40 +04:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -p 3000 ./"
2023-02-06 16:52:22 +04:00
},
2023-03-04 12:57:40 +04:00
"author": "",
"license": "ISC",
2023-02-06 16:52:22 +04:00
"dependencies": {
"bootstrap": "^5.2.3"
2023-03-04 12:57:40 +04:00
},
"devDependencies": {
"http-server": "14.1.1"
2023-02-06 16:52:22 +04:00
}
2023-03-04 12:57:40 +04:00
}