32 lines
816 B
JSON
32 lines
816 B
JSON
{
|
|
"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"
|
|
}
|
|
} |