-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 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
40
{
"name": "ical-party",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"clean": "rm -rf .next && rm -rf node_modules",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.2.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"next": "15.1.3",
"pino": "^9.6.0",
"react": "^19",
"react-dom": "^19",
"sharp": "^0.33.5",
"ts-ics": "^1.6.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.3",
"postcss": "^8",
"prettier": "3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}