automod/web/package.json
2023-07-25 15:33:50 +02:00

34 lines
928 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"lib": "workspace:*",
"localforage": "^1.10.0",
"next": "13.4.10",
"oapilib": "workspace:*",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"zustand": "^4.3.9"
}
}