addseed-web/package.json

35 lines
823 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",
2024-10-17 15:52:06 +08:00
"@formatjs/intl-localematcher": "^0.5.5",
2024-10-12 17:05:06 +08:00
"@mui/material": "^6.1.3",
2024-10-21 17:56:41 +08:00
"lib-flexible": "^0.3.2",
2024-10-17 15:52:06 +08:00
"negotiator": "^0.6.3",
2024-10-12 17:05:06 +08:00
"next": "14.2.15",
2024-10-14 15:52:19 +08:00
"next-intl": "^3.21.1",
2024-10-21 17:56:41 +08:00
"postcss-pxtorem": "^6.1.0",
2024-10-12 17:05:06 +08:00
"react": "^18",
2024-11-05 21:36:01 +08:00
"react-dom": "^18",
"react-fast-marquee": "^1.6.5"
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"
}
2024-10-23 17:42:51 +08:00
}