29 lines
650 B
JSON
29 lines
650 B
JSON
{
|
|
"name": "alabuga-gamification-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "2.2.3",
|
|
"next": "14.2.4",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-redux": "9.1.2",
|
|
"styled-components": "6.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.7",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"@types/styled-components": "5.1.34",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "14.2.4",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|