Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
Homework83_M11
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ли Джен Сеп
Homework83_M11
Commits
9df91c68
Commit
9df91c68
authored
Dec 19, 2024
by
bekzat kapan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#7
Поменял порт на 666, установил Redux и axios
parent
7898dbf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
197 additions
and
3 deletions
+197
-3
package-lock.json
frontend/package-lock.json
+190
-1
package.json
frontend/package.json
+7
-2
No files found.
frontend/package-lock.json
View file @
9df91c68
...
@@ -12,15 +12,20 @@
...
@@ -12,15 +12,20 @@
"@emotion/styled"
:
"^11.14.0"
,
"@emotion/styled"
:
"^11.14.0"
,
"@mui/icons-material"
:
"^6.2.1"
,
"@mui/icons-material"
:
"^6.2.1"
,
"@mui/material"
:
"^6.2.1"
,
"@mui/material"
:
"^6.2.1"
,
"axios"
:
"^1.7.9"
,
"next"
:
"15.1.1"
,
"next"
:
"15.1.1"
,
"react"
:
"^19.0.0"
,
"react"
:
"^19.0.0"
,
"react-dom"
:
"^19.0.0"
"react-dom"
:
"^19.0.0"
,
"react-redux"
:
"^9.2.0"
,
"redux"
:
"^5.0.1"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eslint/eslintrc"
:
"^3"
,
"@eslint/eslintrc"
:
"^3"
,
"@types/node"
:
"^20"
,
"@types/node"
:
"^20"
,
"@types/react"
:
"^19"
,
"@types/react"
:
"^19"
,
"@types/react-dom"
:
"^19"
,
"@types/react-dom"
:
"^19"
,
"@types/react-redux"
:
"^7.1.34"
,
"@types/redux"
:
"^3.6.31"
,
"eslint"
:
"^9"
,
"eslint"
:
"^9"
,
"eslint-config-next"
:
"15.1.1"
,
"eslint-config-next"
:
"15.1.1"
,
"typescript"
:
"^5"
"typescript"
:
"^5"
...
@@ -1406,6 +1411,17 @@
...
@@ -1406,6 +1411,17 @@
"dev"
:
true
,
"dev"
:
true
,
"license"
:
"MIT"
"license"
:
"MIT"
},
},
"node_modules/@types/hoist-non-react-statics"
:
{
"version"
:
"3.3.6"
,
"resolved"
:
"https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz"
,
"integrity"
:
"sha512-lPByRJUer/iN/xa4qpyL0qmL11DqNW81iU/IG1S3uvRUq4oKagz8VCxZjiWkumgt66YT3vOdDgZ0o32sGKtCEw=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@types/react"
:
"*"
,
"hoist-non-react-statics"
:
"^3.3.0"
}
},
"node_modules/@types/json-schema"
:
{
"node_modules/@types/json-schema"
:
{
"version"
:
"7.0.15"
,
"version"
:
"7.0.15"
,
"resolved"
:
"https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
,
...
@@ -1461,6 +1477,29 @@
...
@@ -1461,6 +1477,29 @@
"@types/react"
:
"^19.0.0"
"@types/react"
:
"^19.0.0"
}
}
},
},
"node_modules/@types/react-redux"
:
{
"version"
:
"7.1.34"
,
"resolved"
:
"https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.34.tgz"
,
"integrity"
:
"sha512-GdFaVjEbYv4Fthm2ZLvj1VSCedV7TqE5y1kNwnjSdBOTXuRSgowux6J8TAct15T3CKBr63UMk+2CO7ilRhyrAQ=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@types/hoist-non-react-statics"
:
"^3.3.0"
,
"@types/react"
:
"*"
,
"hoist-non-react-statics"
:
"^3.3.0"
,
"redux"
:
"^4.0.0"
}
},
"node_modules/@types/react-redux/node_modules/redux"
:
{
"version"
:
"4.2.1"
,
"resolved"
:
"https://registry.npmjs.org/redux/-/redux-4.2.1.tgz"
,
"integrity"
:
"sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w=="
,
"dev"
:
true
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@babel/runtime"
:
"^7.9.2"
}
},
"node_modules/@types/react-transition-group"
:
{
"node_modules/@types/react-transition-group"
:
{
"version"
:
"4.4.12"
,
"version"
:
"4.4.12"
,
"resolved"
:
"https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz"
,
...
@@ -1470,6 +1509,19 @@
...
@@ -1470,6 +1509,19 @@
"@types/react"
:
"*"
"@types/react"
:
"*"
}
}
},
},
"node_modules/@types/redux"
:
{
"version"
:
"3.6.31"
,
"resolved"
:
"https://registry.npmjs.org/@types/redux/-/redux-3.6.31.tgz"
,
"integrity"
:
"sha512-UEa68g5Q1EPG4Wsnxqhbl0luFVRyX5dbKF3MQstkoWawSNKLulS2WsZZbALsPUX4Ax6SY9faqEs6dPM47cBAcg=="
,
"dev"
:
true
,
"license"
:
"MIT"
},
"node_modules/@types/use-sync-external-store"
:
{
"version"
:
"0.0.6"
,
"resolved"
:
"https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz"
,
"integrity"
:
"sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg=="
,
"license"
:
"MIT"
},
"node_modules/@typescript-eslint/eslint-plugin"
:
{
"node_modules/@typescript-eslint/eslint-plugin"
:
{
"version"
:
"8.18.1"
,
"version"
:
"8.18.1"
,
"resolved"
:
"https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz"
,
...
@@ -1943,6 +1995,12 @@
...
@@ -1943,6 +1995,12 @@
"dev"
:
true
,
"dev"
:
true
,
"license"
:
"MIT"
"license"
:
"MIT"
},
},
"node_modules/asynckit"
:
{
"version"
:
"0.4.0"
,
"resolved"
:
"https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
,
"integrity"
:
"sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
,
"license"
:
"MIT"
},
"node_modules/available-typed-arrays"
:
{
"node_modules/available-typed-arrays"
:
{
"version"
:
"1.0.7"
,
"version"
:
"1.0.7"
,
"resolved"
:
"https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz"
,
"resolved"
:
"https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz"
,
...
@@ -1969,6 +2027,17 @@
...
@@ -1969,6 +2027,17 @@
"node"
:
">=4"
"node"
:
">=4"
}
}
},
},
"node_modules/axios"
:
{
"version"
:
"1.7.9"
,
"resolved"
:
"https://registry.npmjs.org/axios/-/axios-1.7.9.tgz"
,
"integrity"
:
"sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw=="
,
"license"
:
"MIT"
,
"dependencies"
:
{
"follow-redirects"
:
"^1.15.6"
,
"form-data"
:
"^4.0.0"
,
"proxy-from-env"
:
"^1.1.0"
}
},
"node_modules/axobject-query"
:
{
"node_modules/axobject-query"
:
{
"version"
:
"4.1.0"
,
"version"
:
"4.1.0"
,
"resolved"
:
"https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz"
,
"resolved"
:
"https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz"
,
...
@@ -2192,6 +2261,18 @@
...
@@ -2192,6 +2261,18 @@
"simple-swizzle"
:
"^0.2.2"
"simple-swizzle"
:
"^0.2.2"
}
}
},
},
"node_modules/combined-stream"
:
{
"version"
:
"1.0.8"
,
"resolved"
:
"https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
,
"integrity"
:
"sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg=="
,
"license"
:
"MIT"
,
"dependencies"
:
{
"delayed-stream"
:
"~1.0.0"
},
"engines"
:
{
"node"
:
">= 0.8"
}
},
"node_modules/concat-map"
:
{
"node_modules/concat-map"
:
{
"version"
:
"0.0.1"
,
"version"
:
"0.0.1"
,
"resolved"
:
"https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
,
...
@@ -2363,6 +2444,15 @@
...
@@ -2363,6 +2444,15 @@
"url"
:
"https://github.com/sponsors/ljharb"
"url"
:
"https://github.com/sponsors/ljharb"
}
}
},
},
"node_modules/delayed-stream"
:
{
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
,
"integrity"
:
"sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
,
"license"
:
"MIT"
,
"engines"
:
{
"node"
:
">=0.4.0"
}
},
"node_modules/detect-libc"
:
{
"node_modules/detect-libc"
:
{
"version"
:
"2.0.3"
,
"version"
:
"2.0.3"
,
"resolved"
:
"https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz"
,
"resolved"
:
"https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz"
,
...
@@ -3212,6 +3302,26 @@
...
@@ -3212,6 +3302,26 @@
"dev"
:
true
,
"dev"
:
true
,
"license"
:
"ISC"
"license"
:
"ISC"
},
},
"node_modules/follow-redirects"
:
{
"version"
:
"1.15.9"
,
"resolved"
:
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz"
,
"integrity"
:
"sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ=="
,
"funding"
:
[
{
"type"
:
"individual"
,
"url"
:
"https://github.com/sponsors/RubenVerborgh"
}
],
"license"
:
"MIT"
,
"engines"
:
{
"node"
:
">=4.0"
},
"peerDependenciesMeta"
:
{
"debug"
:
{
"optional"
:
true
}
}
},
"node_modules/for-each"
:
{
"node_modules/for-each"
:
{
"version"
:
"0.3.3"
,
"version"
:
"0.3.3"
,
"resolved"
:
"https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz"
,
"resolved"
:
"https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz"
,
...
@@ -3222,6 +3332,20 @@
...
@@ -3222,6 +3332,20 @@
"is-callable"
:
"^1.1.3"
"is-callable"
:
"^1.1.3"
}
}
},
},
"node_modules/form-data"
:
{
"version"
:
"4.0.1"
,
"resolved"
:
"https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz"
,
"integrity"
:
"sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw=="
,
"license"
:
"MIT"
,
"dependencies"
:
{
"asynckit"
:
"^0.4.0"
,
"combined-stream"
:
"^1.0.8"
,
"mime-types"
:
"^2.1.12"
},
"engines"
:
{
"node"
:
">= 6"
}
},
"node_modules/function-bind"
:
{
"node_modules/function-bind"
:
{
"version"
:
"1.1.2"
,
"version"
:
"1.1.2"
,
"resolved"
:
"https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
,
...
@@ -4175,6 +4299,27 @@
...
@@ -4175,6 +4299,27 @@
"node"
:
">=8.6"
"node"
:
">=8.6"
}
}
},
},
"node_modules/mime-db"
:
{
"version"
:
"1.52.0"
,
"resolved"
:
"https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz"
,
"integrity"
:
"sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
,
"license"
:
"MIT"
,
"engines"
:
{
"node"
:
">= 0.6"
}
},
"node_modules/mime-types"
:
{
"version"
:
"2.1.35"
,
"resolved"
:
"https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz"
,
"integrity"
:
"sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="
,
"license"
:
"MIT"
,
"dependencies"
:
{
"mime-db"
:
"1.52.0"
},
"engines"
:
{
"node"
:
">= 0.6"
}
},
"node_modules/minimatch"
:
{
"node_modules/minimatch"
:
{
"version"
:
"3.1.2"
,
"version"
:
"3.1.2"
,
"resolved"
:
"https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
,
...
@@ -4594,6 +4739,12 @@
...
@@ -4594,6 +4739,12 @@
"react-is"
:
"^16.13.1"
"react-is"
:
"^16.13.1"
}
}
},
},
"node_modules/proxy-from-env"
:
{
"version"
:
"1.1.0"
,
"resolved"
:
"https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz"
,
"integrity"
:
"sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
,
"license"
:
"MIT"
},
"node_modules/punycode"
:
{
"node_modules/punycode"
:
{
"version"
:
"2.3.1"
,
"version"
:
"2.3.1"
,
"resolved"
:
"https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
,
"resolved"
:
"https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
,
...
@@ -4652,6 +4803,29 @@
...
@@ -4652,6 +4803,29 @@
"integrity"
:
"sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
,
"integrity"
:
"sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
,
"license"
:
"MIT"
"license"
:
"MIT"
},
},
"node_modules/react-redux"
:
{
"version"
:
"9.2.0"
,
"resolved"
:
"https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz"
,
"integrity"
:
"sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g=="
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@types/use-sync-external-store"
:
"^0.0.6"
,
"use-sync-external-store"
:
"^1.4.0"
},
"peerDependencies"
:
{
"@types/react"
:
"^18.2.25 || ^19"
,
"react"
:
"^18.0 || ^19"
,
"redux"
:
"^5.0.0"
},
"peerDependenciesMeta"
:
{
"@types/react"
:
{
"optional"
:
true
},
"redux"
:
{
"optional"
:
true
}
}
},
"node_modules/react-transition-group"
:
{
"node_modules/react-transition-group"
:
{
"version"
:
"4.4.5"
,
"version"
:
"4.4.5"
,
"resolved"
:
"https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz"
,
"resolved"
:
"https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz"
,
...
@@ -4668,6 +4842,12 @@
...
@@ -4668,6 +4842,12 @@
"react-dom"
:
">=16.6.0"
"react-dom"
:
">=16.6.0"
}
}
},
},
"node_modules/redux"
:
{
"version"
:
"5.0.1"
,
"resolved"
:
"https://registry.npmjs.org/redux/-/redux-5.0.1.tgz"
,
"integrity"
:
"sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w=="
,
"license"
:
"MIT"
},
"node_modules/reflect.getprototypeof"
:
{
"node_modules/reflect.getprototypeof"
:
{
"version"
:
"1.0.8"
,
"version"
:
"1.0.8"
,
"resolved"
:
"https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.8.tgz"
,
"resolved"
:
"https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.8.tgz"
,
...
@@ -5445,6 +5625,15 @@
...
@@ -5445,6 +5625,15 @@
"punycode"
:
"^2.1.0"
"punycode"
:
"^2.1.0"
}
}
},
},
"node_modules/use-sync-external-store"
:
{
"version"
:
"1.4.0"
,
"resolved"
:
"https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.4.0.tgz"
,
"integrity"
:
"sha512-9WXSPC5fMv61vaupRkCKCxsPxBocVnwakBEkMIHHpkTTg6icbJtg6jzgtLDm4bl3cSHAca52rYWih0k4K3PfHw=="
,
"license"
:
"MIT"
,
"peerDependencies"
:
{
"react"
:
"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/which"
:
{
"node_modules/which"
:
{
"version"
:
"2.0.2"
,
"version"
:
"2.0.2"
,
"resolved"
:
"https://registry.npmjs.org/which/-/which-2.0.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/which/-/which-2.0.2.tgz"
,
...
...
frontend/package.json
View file @
9df91c68
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"version"
:
"0.1.0"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"next dev"
,
"dev"
:
"next dev
-p 0666
"
,
"build"
:
"next build"
,
"build"
:
"next build"
,
"start"
:
"next start"
,
"start"
:
"next start"
,
"lint"
:
"next lint"
"lint"
:
"next lint"
...
@@ -13,15 +13,20 @@
...
@@ -13,15 +13,20 @@
"@emotion/styled"
:
"^11.14.0"
,
"@emotion/styled"
:
"^11.14.0"
,
"@mui/icons-material"
:
"^6.2.1"
,
"@mui/icons-material"
:
"^6.2.1"
,
"@mui/material"
:
"^6.2.1"
,
"@mui/material"
:
"^6.2.1"
,
"axios"
:
"^1.7.9"
,
"next"
:
"15.1.1"
,
"next"
:
"15.1.1"
,
"react"
:
"^19.0.0"
,
"react"
:
"^19.0.0"
,
"react-dom"
:
"^19.0.0"
"react-dom"
:
"^19.0.0"
,
"react-redux"
:
"^9.2.0"
,
"redux"
:
"^5.0.1"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eslint/eslintrc"
:
"^3"
,
"@eslint/eslintrc"
:
"^3"
,
"@types/node"
:
"^20"
,
"@types/node"
:
"^20"
,
"@types/react"
:
"^19"
,
"@types/react"
:
"^19"
,
"@types/react-dom"
:
"^19"
,
"@types/react-dom"
:
"^19"
,
"@types/react-redux"
:
"^7.1.34"
,
"@types/redux"
:
"^3.6.31"
,
"eslint"
:
"^9"
,
"eslint"
:
"^9"
,
"eslint-config-next"
:
"15.1.1"
,
"eslint-config-next"
:
"15.1.1"
,
"typescript"
:
"^5"
"typescript"
:
"^5"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment