Лаба 3. Инициализация npm

This commit is contained in:
2025-03-14 11:26:24 +04:00
parent f839d0a1c7
commit d19ebfaf27
2 changed files with 35 additions and 0 deletions

35
package.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "pibd-21_permyakov_r.g._ip",
"version": "1.0.0",
"description": "Для ИП",
"repository": {
"type": "git",
"url": "https://git.is.ulstu.ru/Roman/PIbd-21_Permyakov_R.G._IP.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.html",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "http-server -p 3000 ./dist/",
"prod": "npm-run-all build serve",
"lint": "eslint …"
},
"dependencies": {
"bootstrap" : "5.3.3",
"bootstrap-icons" : "1.11.3"
},
"devDependencies": {
"http-server": "14.1.1",
"vite" : "6.2.0",
"npm-run-all": "4.1.5",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "10.0.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-html": "8.1.2"
}
}

Binary file not shown.