Compare commits
2 Commits
Lab2
...
6613c2a696
| Author | SHA1 | Date | |
|---|---|---|---|
| 6613c2a696 | |||
| d19ebfaf27 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,3 +12,6 @@
|
|||||||
# Built Visual Studio Code Extensions
|
# Built Visual Studio Code Extensions
|
||||||
*.vsix
|
*.vsix
|
||||||
|
|
||||||
|
#my
|
||||||
|
.vscode/dist
|
||||||
|
.vscode/node_modules
|
||||||
35
package.json
Normal file
35
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
Отчёт2.docx
BIN
Отчёт2.docx
Binary file not shown.
Reference in New Issue
Block a user