-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 890 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
38
39
{
"name": "garazica",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.4.1",
"@mui/material": "6.4.1",
"@mui/material-nextjs": "6.3.1",
"animejs": "3.2.2",
"clsx": "2.1.1",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.83.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/animejs": "3.1.13",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"next-sitemap": "4.2.3",
"typescript": "5.7.3"
}
}