addseed-web/package.json

33 lines
713 B
JSON
Raw Normal View History

2024-10-12 17:05:06 +08:00
{
"name": "addseed-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.3",
2024-10-13 23:01:45 +08:00
"i18next": "^23.15.2",
2024-10-12 17:05:06 +08:00
"next": "14.2.15",
2024-10-13 23:01:45 +08:00
"next-i18next": "^15.3.1",
2024-10-12 17:05:06 +08:00
"react": "^18",
2024-10-13 23:01:45 +08:00
"react-dom": "^18",
"react-i18next": "^15.0.3"
2024-10-12 17:05:06 +08:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}