-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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
40
{
"name": "hatbuilders",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 80",
"build": "node --stack-size=10000 ./node_modules/next/dist/bin/next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.0",
"@mui/lab": "^5.0.0-alpha.158",
"@mui/material": "^5.15.5",
"accept-language": "^3.0.18",
"hex-to-rgba": "^2.0.1",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-resources-to-backend": "^1.2.0",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^13.5.0",
"sharp": "^0.33.1"
},
"devDependencies": {
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"@types/node": "^20",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-transition-group": "^4.4.10",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"file-loader": "^6.2.0",
"typescript": "^5"
}
}