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
Expand all
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
This diff is collapsed.
Click to expand it.
frontend/package.json
View file @
9df91c68
...
...
@@ -3,7 +3,7 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"next dev"
,
"dev"
:
"next dev
-p 0666
"
,
"build"
:
"next build"
,
"start"
:
"next start"
,
"lint"
:
"next lint"
...
...
@@ -13,15 +13,20 @@
"@emotion/styled"
:
"^11.14.0"
,
"@mui/icons-material"
:
"^6.2.1"
,
"@mui/material"
:
"^6.2.1"
,
"axios"
:
"^1.7.9"
,
"next"
:
"15.1.1"
,
"react"
:
"^19.0.0"
,
"react-dom"
:
"^19.0.0"
"react-dom"
:
"^19.0.0"
,
"react-redux"
:
"^9.2.0"
,
"redux"
:
"^5.0.1"
},
"devDependencies"
:
{
"@eslint/eslintrc"
:
"^3"
,
"@types/node"
:
"^20"
,
"@types/react"
:
"^19"
,
"@types/react-dom"
:
"^19"
,
"@types/react-redux"
:
"^7.1.34"
,
"@types/redux"
:
"^3.6.31"
,
"eslint"
:
"^9"
,
"eslint-config-next"
:
"15.1.1"
,
"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