IP_PIbd-21_Sergeev_N.I./front/package.json

17 lines
324 B
JSON
Raw Normal View History

2023-02-13 17:27:49 +04:00
{
"name": "front",
2023-02-13 17:27:49 +04:00
"version": "1.0.0",
"source": "src/index.html",
2023-02-13 17:27:49 +04:00
"scripts": {
"start": "parcel --port 3000",
"build": "npm run clean && parcel build",
"clean": "rimraf dist"
2023-02-13 17:27:49 +04:00
},
"dependencies": {
"bootstrap": "5.2.3"
2023-02-13 17:27:49 +04:00
},
"devDependencies": {
"parcel": "2.8.3",
"rimraf": "4.4.0"
2023-02-13 17:27:49 +04:00
}
}