31 lines
732 B
JSON
31 lines
732 B
JSON
{
|
|
"name": "jg-eucs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.15.11",
|
|
"@types/react": "18.0.35",
|
|
"@types/react-dom": "18.0.11",
|
|
"classnames": "^2.3.2",
|
|
"eslint": "8.38.0",
|
|
"eslint-config-next": "13.3.0",
|
|
"i18next": "^22.4.14",
|
|
"next": "13.3.0",
|
|
"next-i18next": "^13.2.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^12.2.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"prettier": "^2.8.7"
|
|
}
|
|
}
|