-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "material-ui-nextjs",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.576.0",
"@aws-sdk/lib-dynamodb": "^3.576.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^6.0.0-alpha.2",
"@mui/material": "^6.0.0-alpha.2",
"@mui/material-nextjs": "^6.0.0-alpha.0",
"@vercel/speed-insights": "^1.0.10",
"dayjs": "^1.11.11",
"gsap": "^3.12.5",
"moment-jalaali": "^0.10.0",
"next": "14.1",
"next-intl": "^3.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylis": "^4.3.2",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.5"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"prettier": "3.2.5"
}
}