6 Commits

4 changed files with 5072 additions and 0 deletions

3
.gitignore vendored
View File

@@ -12,3 +12,6 @@
# Built Visual Studio Code Extensions
*.vsix
#my
/dist
/node_modules

5037
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"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"
},
"type": "module",
"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.