-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 854 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 854 Bytes
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
{
"name": "ignatios.dev",
"version": "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/lab": "^6.0.0-beta.13",
"@mui/material": "^6.1.5",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"file-saver": "^2.0.5",
"next": "^15.0.2",
"next-intl": "^3.24.0",
"next-themes": "^0.4.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3"
}
}