IP_PIbd-21_Potapov_Frontend/package.json

21 lines
413 B
JSON
Raw Normal View History

2023-09-29 10:41:05 +04:00
{
"name": "ip_pibd-21_potapov",
"version": "1.0.0",
2023-10-13 09:43:04 +04:00
"type": "module",
2023-09-29 10:41:05 +04:00
"scripts": {
2023-10-13 09:43:04 +04:00
"start": "vite --host 0.0.0.0 --port 80",
"serve": "http-server -p 3000 ./dist/",
"build": "vite build",
"prod": "npm-run-all build serve"
2023-09-29 10:41:05 +04:00
},
"dependencies": {
"bootstrap": "5.3.2",
"bootstrap-icons": "1.11.1"
},
"devDependencies": {
2023-10-13 09:43:04 +04:00
"http-server": "14.1.1",
"vite": "4.4.9",
"npm-run-all": "4.1.5"
2023-09-29 10:41:05 +04:00
}
}